Gets or sets the leader attachment option for the CogoPoint Label.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
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); }