ArcFM Desktop Developer Guide
GetLine2D(IPointCollection) Method


Creates a Line2D object from an ESRI point collection.
Syntax
'Declaration
 
Public Overloads Overridable Function GetLine2D( _
   ByVal esriPoints As ESRI.ArcGIS.Geometry.IPointCollection _
) As GeoLine
'Usage
 
Dim instance As GeodatabaseAccess
Dim esriPoints As ESRI.ArcGIS.Geometry.IPointCollection
Dim value As GeoLine
 
value = instance.GetLine2D(esriPoints)
public virtual 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

GeodatabaseAccess Class
GeodatabaseAccess Members
Overload List

 

 


Send Comment