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