An enumeration that specifies the attachment behavior of the leader.
Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public enum LeaderAttachmentBehaviorType
VB
Public Enumeration LeaderAttachmentBehaviorType
C++
public enum class LeaderAttachmentBehaviorType
Members
| Member name | Value | Description |
|---|---|---|
| ToPoint | 0 | |
| ToMarkerExtents | 1 | |
| FromMarkerStyle | 2 |
