LabelLeaderAttachment Property |
Gets or sets the leader attachment option.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic virtual LeaderAttachmentBehaviorType LeaderAttachment { get; set; }Public Overridable Property LeaderAttachment As LeaderAttachmentBehaviorType
Get
Set
public:
virtual property LeaderAttachmentBehaviorType LeaderAttachment {
LeaderAttachmentBehaviorType get ();
void set (LeaderAttachmentBehaviorType value);
}Property Value
LeaderAttachmentBehaviorTypeImplements
ICommonLabelLeaderAttachment
Exceptions| Exception | Condition |
|---|
| InvalidOperationException |
Thrown when leader attachment options are not supported by the label object.
|
See Also