|
![]() |
Constructs the field with a given identifier.
Namespace: Autodesk.Navisworks.Api.Schema
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Sub New ( _ id As String _ ) |
C# |
---|
public BooleanField( string id ) |
Visual C++ |
---|
public: BooleanField( String^ id ) |
Parameters
- id
- Type: System..::..String
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentException | Provided field ID is invalid or missing. 7-bit ASCII without spaces must be used. |
System..::..ArgumentException | Argument 'id' is not convertable to a 7-bit ASCII string |