|
|
Whether or not the parameter can contain a null value
Namespace: Autodesk.Navisworks.Api.Data
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Overrides Property IsNullable As Boolean Get Set |
| C# |
|---|
public override bool IsNullable { get; set; } |
| Visual C++ |
|---|
public: virtual property bool IsNullable { bool get () override; void set (bool value) override; } |