Gets the location on the anchor component where the point of the text component is attached.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Styles.LabelStyleTextComponent.StyleGeneral.AnchorLocation instead.", false)] public PropertyEnum<AnchorLocationType> AnchorPoint { get; }
Visual Basic
<ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Styles.LabelStyleTextComponent.StyleGeneral.AnchorLocation instead.", _ False)> _ Public ReadOnly Property AnchorPoint As PropertyEnum(Of AnchorLocationType) Get
Visual C++
public: [ObsoleteAttribute(L"Use Autodesk.Civil.DatabaseServices.Styles.LabelStyleTextComponent.StyleGeneral.AnchorLocation instead.", false)] property PropertyEnum<AnchorLocationType>^ AnchorPoint { PropertyEnum<AnchorLocationType>^ get (); }