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