ArcFM Responder Mobile Developer Guide
GeoLine Constructor(IPath)






Syntax
'Declaration
 
Public Function New( _
   ByVal gdbLine As ESRI.ArcGIS.Geometry.IPath _
)
'Usage
 
Dim gdbLine As ESRI.ArcGIS.Geometry.IPath
 
Dim instance As New GeoLine(gdbLine)
public GeoLine( 
   ESRI.ArcGIS.Geometry.IPath gdbLine
)
public GeoLine( 
    gdbLine: ESRI.ArcGIS.Geometry.IPath
); 
public function GeoLine( 
   gdbLine : ESRI.ArcGIS.Geometry.IPath
);
public: GeoLine( 
   ESRI.ArcGIS.Geometry.IPath* gdbLine
)
public:
GeoLine( 
   ESRI.ArcGIS.Geometry.IPath^ gdbLine
)

Parameters

gdbLine
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GeoLine Class
GeoLine Members
Overload List

Send Feedback