Gets or sets the leader attachment option.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
LeaderAttachmentBehaviorType LeaderAttachment { get; set; }
VB
Property LeaderAttachment As LeaderAttachmentBehaviorType Get Set
C++
property LeaderAttachmentBehaviorType LeaderAttachment { LeaderAttachmentBehaviorType get (); void set (LeaderAttachmentBehaviorType value); }
Property Value
LeaderAttachmentBehaviorTypeExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when leader attachment options are not supported by the label object. |