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