Gets the location on the start point anchor component where the start point of the line 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.LabelStyleLineComponent.StyleGeneral.StartAnchorPoint instead.", false)] public PropertyEnum<AnchorLocationType> StartPointAnchorPoint { get; }
Visual Basic
<ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Styles.LabelStyleLineComponent.StyleGeneral.StartAnchorPoint instead.", _ False)> _ Public ReadOnly Property StartPointAnchorPoint As PropertyEnum(Of AnchorLocationType) Get
Visual C++
public: [ObsoleteAttribute(L"Use Autodesk.Civil.DatabaseServices.Styles.LabelStyleLineComponent.StyleGeneral.StartAnchorPoint instead.", false)] property PropertyEnum<AnchorLocationType>^ StartPointAnchorPoint { PropertyEnum<AnchorLocationType>^ get (); }