Share

BlockAttachmentType Enumeration

Enumerates how block label components are attached.

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

Syntax

C#

public enum BlockAttachmentType

Visual Basic

Public Enumeration BlockAttachmentType

Visual C++

public enum class BlockAttachmentType

Members

Member nameValueDescription
TopLeft0
TopCenter1
TopRight2
MiddleLeft3
MiddleCenter4
MiddleRight5
BottomLeft6
BottomCenter7
BottomRight8
InsertionPoint9

See Also

Was this information helpful?