Attachment Property

Gets the point, calculated based on a rectangle that encompasses the text component, where the text component is attached to the anchor point

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

Syntax

C#

public PropertyEnum<LabelTextAttachmentType> Attachment { get; }

Visual Basic

Public ReadOnly Property Attachment As PropertyEnum(Of LabelTextAttachmentType)
	Get

Visual C++

public:
property PropertyEnum<LabelTextAttachmentType>^ Attachment {
	PropertyEnum<LabelTextAttachmentType>^ get ();
}

See Also