BlockConnectionType Enumeration
|
This enum class represents the block
connection type of MLeader block content.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
public enum BlockConnectionType
Public Enumeration BlockConnectionType
public enum class BlockConnectionType
Members
Member name |
Value |
Description |
ConnectExtents |
0 |
The MLeader connects to the extents of the block. |
ConnectBase |
1 |
The MLeader connects to the base point of the block. |
See Also