This document is archived and information here might be outdated.  Recommended version.


IGpDescribeGeometry.LabelPoint Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGpDescribeGeometry.LabelPoint Property

The (inside) label point of the geometry object.

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

Parameters LabelPoint [out, retval] LabelPoint is a parameter of type BSTR

Product Availability

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

See Also

IGpDescribeGeometry Interface