Share

CogoPoint.LeaderTailVisibility Property

Gets or sets the leader tail visibility for the CogoPoint Label.



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

Syntax

C#

public LeaderTailVisibilityType LeaderTailVisibility { get; set; }

VB

Public Property LeaderTailVisibility As LeaderTailVisibilityType
	Get
	Set

C++

public:
property LeaderTailVisibilityType LeaderTailVisibility {
	LeaderTailVisibilityType get ();
	void set (LeaderTailVisibilityType value);
}

Property Value

LeaderTailVisibilityType

See Also

Reference

Was this information helpful?