Gets or sets the leader attachment option.

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

Syntax

C#
public virtual LeaderAttachmentBehaviorType LeaderAttachment { get; set; }
Visual Basic
Public Overridable Property LeaderAttachment As LeaderAttachmentBehaviorType
	Get
	Set
Visual C++
public:
virtual property LeaderAttachmentBehaviorType LeaderAttachment {
	LeaderAttachmentBehaviorType get ();
	void set (LeaderAttachmentBehaviorType value);
}

Implements

ICommonLabel..::..LeaderAttachment

Exceptions

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

See Also