Share

Label.LeaderAttachment Property

Gets or sets the leader attachment option.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public virtual LeaderAttachmentBehaviorType LeaderAttachment { get; set; }

VB

Public Overridable Property LeaderAttachment As LeaderAttachmentBehaviorType
	Get
	Set

C++

public:
virtual property LeaderAttachmentBehaviorType LeaderAttachment {
	LeaderAttachmentBehaviorType get ();
	void set (LeaderAttachmentBehaviorType value);
}

Property Value

LeaderAttachmentBehaviorType

Implements

ICommonLabelLeaderAttachment

Exceptions

ExceptionCondition
InvalidOperationException Thrown when leader attachment options are not supported by the label object.

See Also

Reference

Was this information helpful?