Gets the location on the end point anchor component where the end point of the line component is attached.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Styles.LabelStyleLineComponent.StyleGeneral.EndAnchorPoint instead.", 
	false)]
public PropertyEnum<AnchorLocationType> EndPointAnchorPoint { get; }
Visual Basic
<ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Styles.LabelStyleLineComponent.StyleGeneral.EndAnchorPoint instead.",  _
	False)> _
Public ReadOnly Property EndPointAnchorPoint As PropertyEnum(Of AnchorLocationType)
	Get
Visual C++
public:
[ObsoleteAttribute(L"Use Autodesk.Civil.DatabaseServices.Styles.LabelStyleLineComponent.StyleGeneral.EndAnchorPoint instead.", 
	false)]
property PropertyEnum<AnchorLocationType>^ EndPointAnchorPoint {
	PropertyEnum<AnchorLocationType>^ get ();
}

See Also