ArcObjects Library Reference (Geoprocessing)  

IGpDescribeGeometry.FirstPoint Property

The first point of the geometry object.

[Visual Basic .NET]
Public ReadOnly Property FirstPoint As String
[C#]
public string FirstPoint {get;}
[C++]
HRESULT get_FirstPoint(
  BSTR* FirstPoint
);
[C++]

Parameters

FirstPoint [out, retval]   FirstPoint is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGpDescribeGeometry Interface