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