Gets or sets the boolean value that specifies if the shape will be drawn.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool IsHidden { get; set; }
Public Property IsHidden As Boolean
Get
Set
public:
property bool IsHidden {
bool get ();
void set (bool value);
}
Property Value
Boolean
See Also