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#
public PropertyAnchorPoint StartAnchorPoint { get; }
Visual Basic
Public ReadOnly Property StartAnchorPoint As PropertyAnchorPoint Get
Visual C++
public: property PropertyAnchorPoint^ StartAnchorPoint { PropertyAnchorPoint^ get (); }