Enumerates how block label components are attached.
Namespace: Autodesk.CivilAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.0.1111.0
Syntax
C# |
---|
public enum BlockAttachmentType |
Visual Basic |
---|
Public Enumeration BlockAttachmentType |
Visual C++ |
---|
public enum class BlockAttachmentType |
Members
Member name | Value | Description | |
---|---|---|---|
InsertionPoint | 9 | ||
BottomRight | 8 | ||
BottomCenter | 7 | ||
BottomLeft | 6 | ||
MiddleRight | 5 | ||
MiddleCenter | 4 | ||
MiddleLeft | 3 | ||
TopRight | 2 | ||
TopCenter | 1 | ||
TopLeft | 0 |