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