CADability dotNET Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
bool I2DRepresentation.IsVisible { get; set; } |
| Visual Basic |
|---|
Private Property IsVisible As Boolean Implements I2DRepresentation.IsVisible Get Set |
| Visual C++ |
|---|
private: virtual property bool IsVisible { bool get () sealed = I2DRepresentation::IsVisible::get; void set (bool value) sealed = I2DRepresentation::IsVisible::set; } |