|
|
Creates a specific type of double based value
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Sub New ( _ value As Double, _ type As VariantDataType _ ) |
| C# |
|---|
public VariantData( double value, VariantDataType type ) |
| Visual C++ |
|---|
public: VariantData( double value, VariantDataType type ) |
Parameters
- value
- Type: System..::..Double
Value to create
- type
- Type: Autodesk.Navisworks.Api..::..VariantDataType
Particular type of double value to create
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentOutOfRangeException | type is not a floating point based type |