Gets or sets the boolean value that specifies if the link will be drawn.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool IsHidden { get; set; }
VB
Public Property IsHidden As Boolean Get Set
C++
public: property bool IsHidden { bool get (); void set (bool value); }