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