Share

LabelStyleTextComponent.StyleText.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.8.0.280

Syntax

C#

public PropertyEnum<LabelTextAttachmentType> Attachment { get; }

VB

Public ReadOnly Property Attachment As PropertyEnum(Of LabelTextAttachmentType)
	Get

C++

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

Property Value

PropertyEnumLabelTextAttachmentType

See Also

Reference

Was this information helpful?