DirectContext3DHandleSettingsVisibility Property |
Visibility of the handle and the associated DirectContext3D graphics.
A value of true means that the graphics are visible.
Namespace: Autodesk.Revit.DB.DirectContext3DAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic bool Visibility { get; }
Public ReadOnly Property Visibility As Boolean
Get
public:
property bool Visibility {
bool get ();
}
member Visibility : bool with get
Property Value
Boolean
See Also