Share

BlockAttachmentType Enumeration

Enumerates how block label components are attached.



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

Syntax

C#

public enum BlockAttachmentType

VB

Public Enumeration BlockAttachmentType

C++

public enum class BlockAttachmentType

Members

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

See Also

Reference

Was this information helpful?