LineString Constructor (IListPoint) | 
 
            Creates a new instance of 
LineString using a list of points.
            
 
    Namespace: 
   Dse.Geometry
    Assembly:
   Dse (in Dse.dll) Version: 2.9.0
Syntaxpublic LineString(
	IList<Point> points
)
Parameters
- points
 - Type: System.Collections.GenericIListPoint
 
See Also