UseEndPointAnchor Property

Gets the method for defining the line component.

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

Syntax

C#

public PropertyBoolean UseEndPointAnchor { get; }

Visual Basic

Public ReadOnly Property UseEndPointAnchor As PropertyBoolean
	Get

Visual C++

public:
property PropertyBoolean^ UseEndPointAnchor {
	PropertyBoolean^ get ();
}

See Also