Gets or sets the leader attachment option for the CogoPoint Label.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public LeaderAttachmentBehaviorType LeaderAttachment { get; set; }
VB
Public Property LeaderAttachment As LeaderAttachmentBehaviorType Get Set
C++
public: property LeaderAttachmentBehaviorType LeaderAttachment { LeaderAttachmentBehaviorType get (); void set (LeaderAttachmentBehaviorType value); }