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

Syntax

C#

public PropertyEnum<BlockAttachmentType> Attachment { get; }

Visual Basic

Public ReadOnly Property Attachment As PropertyEnum(Of BlockAttachmentType)
	Get

Visual C++

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

See Also