Gets or sets the leader attachment option for the CogoPoint Label.

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

Syntax

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

See Also