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