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


IMaplexOffsetAlongLineProperties.LabelAnchorPoint Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMaplexOffsetAlongLineProperties Interface > IMaplexOffsetAlongLineProperties.LabelAnchorPoint Property
ArcGIS Developer Help

IMaplexOffsetAlongLineProperties.LabelAnchorPoint Property

Anchor point on label where distance is measured to.

[Visual Basic .NET]
Public Property LabelAnchorPoint As esriMaplexLabelAnchorPoint
[C#]
public esriMaplexLabelAnchorPoint LabelAnchorPoint {get; set;}
[C++]
HRESULT get_LabelAnchorPoint(
  esriMaplexLabelAnchorPoint* option
);
[C++]
HRESULT put_LabelAnchorPoint(
  esriMaplexLabelAnchorPoint option
);
[C++]
Parameters
option [out, retval]

option is a parameter of type esriMaplexLabelAnchorPoint* option [in]
option is a parameter of type esriMaplexLabelAnchorPoint

Product Availability

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

See Also

IMaplexOffsetAlongLineProperties Interface