Invokes
ChangeEntityPropertyGridVisible event
Namespace:
CADImport.CADImportControls
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Overridable Sub OnChangeEntityPropertyGridVisible( _ ByVal val As Boolean _ ) |
C#
|
public virtual void OnChangeEntityPropertyGridVisible( bool val ) |
Parameters
-
val
-
Type: bool
Setting value of the visibility of the entity properties inspector
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also