ArcFM Engine Developer Guide
GetLine2D(IPointCollection) Method


Creates a Line2D object from an ESRI point collection.
Syntax
'Declaration
 
Overloads Function GetLine2D( _
   ByVal esriPoints As ESRI.ArcGIS.Geometry.IPointCollection _
) As GeoLine
'Usage
 
Dim instance As IGeometryExtraction
Dim esriPoints As ESRI.ArcGIS.Geometry.IPointCollection
Dim value As GeoLine
 
value = instance.GetLine2D(esriPoints)
GeoLine GetLine2D( 
   ESRI.ArcGIS.Geometry.IPointCollection esriPoints
)

Parameters

esriPoints
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IGeometryExtraction Interface
IGeometryExtraction Members
Overload List

 

 


Send Comment