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


IArea.LabelPoint Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IA > IArea Interface > IArea.LabelPoint Property
ArcGIS Developer Help

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.Centroid Property | IArea.QueryCentroid Method