Gets or sets the leader attachment option.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public virtual LeaderAttachmentBehaviorType LeaderAttachment { get; set; }
Visual Basic
Public Overridable Property LeaderAttachment As LeaderAttachmentBehaviorType Get Set
Visual C++
public: virtual property LeaderAttachmentBehaviorType LeaderAttachment { LeaderAttachmentBehaviorType get (); void set (LeaderAttachmentBehaviorType value); }
Implements
ICommonLabel.LeaderAttachmentExceptions
Exception | Condition |
---|---|
System.InvalidOperationException | Thrown when leader attachment options are not supported by the label object. |