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

See Also