ArcObjects Library Reference (Carto)  

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