LeaderAttachment Property

Gets the location where a leader hook is drawn in relation to label content.

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

Syntax

C#

public PropertyEnum<LeaderAttachmentType> LeaderAttachment { get; }

Visual Basic

Public ReadOnly Property LeaderAttachment As PropertyEnum(Of LeaderAttachmentType)
	Get

Visual C++

public:
property PropertyEnum<LeaderAttachmentType>^ LeaderAttachment {
	PropertyEnum<LeaderAttachmentType>^ get ();
}

See Also