ArcObjects Library Reference (Geometry)  

IArea.LabelPoint Property

A point guaranteed to be inside this area.

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

Parameters

LabelPoint [out, retval]

  LabelPoint is a parameter of type IPoint

Product Availability

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

Description

Returns the Label Point of the object.  The Label Point is the point at which the label is located.  The Label Point is always located within the Area of the object.

See Also

IArea Interface | IArea.LabelPoint Property | IArea.QueryLabelPoint Method | IArea.QueryCentroid Method | IArea.Centroid Property