Share

LabelGroupSubEntity.Visibility Property

Gets or sets the entity's visibility.



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

Syntax

C#

public virtual bool Visibility { get; set; }

VB

Public Overridable Property Visibility As Boolean
	Get
	Set

C++

public:
virtual property bool Visibility {
	bool get ();
	void set (bool value);
}

Property Value

Boolean

See Also

Reference

Was this information helpful?