Share

LabelStyleBlockComponent.StyleBlock.Attachment Property

Gets the location on the block component that 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<BlockAttachmentType> Attachment { get; }

VB

Public ReadOnly Property Attachment As PropertyEnum(Of BlockAttachmentType)
	Get

C++

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

Property Value

PropertyEnumBlockAttachmentType

See Also

Reference

Was this information helpful?