|
|
The VariantData type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
VariantData()()()() |
Creates Data with no value stored
|
|
|
VariantData(Boolean) |
Creates a boolean value
|
|
|
VariantData(DateTime) |
Creates a DateTime value
|
|
|
VariantData(Double) |
Creates a unitless double value
|
|
|
VariantData(Int32) |
Creates an integer value
|
|
|
VariantData(String) |
Creates a display string value
|
|
|
VariantData(NamedConstant) |
Creates a named constant value
|
|
|
VariantData(Double, VariantDataType) |
Creates a specific type of double based value
|
|
|
VariantData(Double, Double) |
Creates a 2D point value
|
|
|
VariantData(Double, Double, Double) |
Creates a 3D point value
|
Methods
| Name | Description | |
|---|---|---|
|
|
Dispose()()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from NativeHandle.) |
|
|
Dispose(Boolean) | (Inherited from NativeHandle.) |
|
|
Equals | (Overrides NativeHandle..::..Equals(Object).) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from NativeHandle.) |
|
|
FromBoolean |
Creates a boolean value
|
|
|
FromDateTime |
Creates a DateTime value
|
|
|
FromDisplayString |
Creates a display string value
|
|
|
FromDouble |
Creates a unitless double value
|
|
|
FromDoubleAngle |
Creates a double angle value
|
|
|
FromDoubleArea |
Creates a double area value
|
|
|
FromDoubleLength |
Creates a double length value
|
|
|
FromDoubleVolume |
Creates a double volume value
|
|
|
FromIdentifierString |
Creates an identifier string value
|
|
|
FromInt32 |
Creates a 32 bit integer value
|
|
|
FromNamedConstant |
Creates a named constant value
|
|
|
FromNone |
Creates Data with no value stored
|
|
|
FromPoint2D(Point2D) |
Creates a Point2D value
|
|
|
FromPoint2D(Double, Double) |
Creates a 2D point value
|
|
|
FromPoint3D(Point3D) |
Creates a Point3D value
|
|
|
FromPoint3D(Double, Double, Double) |
Creates a 3D point value
|
|
|
GetHashCode | (Overrides NativeHandle..::..GetHashCode()()()().) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
ToAnyDouble |
Access any type of double value
|
|
|
ToBoolean |
Access boolean value
|
|
|
ToDateTime |
Access DateTime value
|
|
|
ToDisplayString |
Access display string value
|
|
|
ToDouble |
Access unitless double value
|
|
|
ToDoubleAngle |
Access double angle value
|
|
|
ToDoubleArea |
Access double area value
|
|
|
ToDoubleLength |
Access double length value
|
|
|
ToDoubleVolume |
Access double volume value
|
|
|
ToIdentifierString |
Access identifier string value
|
|
|
ToInt32 |
Access 32 bit integer value
|
|
|
ToNamedConstant |
Access named constant value
|
|
|
ToPoint2D |
Access Point2D value
|
|
|
ToPoint3D |
Access Point3D value
|
|
|
ToString | (Overrides NativeHandle..::..ToString()()()().) |
Properties
| Name | Description | |
|---|---|---|
|
|
DataType |
Type of value stored
|
|
|
IsAnyDouble |
Is data any type of double based value ?
|
|
|
IsBoolean |
Is data a boolean value ?
|
|
|
IsDateTime |
Is data a DateTime value ?
|
|
|
IsDisplayString |
Is data a display string value ?
|
|
|
IsDisposed |
Gets a value indicating whether the object has been disposed and is no longer available.
(Inherited from NativeHandle.) |
|
|
IsDouble |
Is data a unitless double value ?
|
|
|
IsDoubleAngle |
Is data a double angle value ?
|
|
|
IsDoubleArea |
Is data a double area value ?
|
|
|
IsDoubleLength |
Is data a double length value ?
|
|
|
IsDoubleVolume |
Is data a double volume value ?
|
|
|
IsIdentifierString |
Is data an identifier string value ?
|
|
|
IsInt32 |
Is data a unitless 32 bit integer value ?
|
|
|
IsNamedConstant |
Is data a named constant value ?
|
|
|
IsNone |
Does data have no value ?
|
|
|
IsPoint2D |
Is data a 2D point?
|
|
|
IsPoint3D |
Is data a 3D point?
|
|
|
IsReadOnly | (Overrides NativeHandle..::..IsReadOnly.) |