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.4.2516.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