The LinearValue class expresses a single linear distance value.
The AngularValue and LinearValue classes rely upon the use of format strings, some of which may be quite complex in order to produce the desired format. For a complete list of the formatting rules, see String Formats.
Constructor |
Description |
Creates a new instance of the LinearValue class |
Property |
Description |
Gets the coordinate reference system type. (Overrides FormattedValue.Class). |
|
Gets or sets the format string associated with this value. (Overrides FormattedValue.Format). |
|
Gets or sets the scalar value in meters. |
|
Gets or sets the unit associated with the value. (Overrides FormattedValue.Units). |
|
Inherited Property |
Description |
Inherited from FormattedValue. |
|
Inherited from FormattedValue. |
|
Inherited from FormattedValue. |
|
Inherited from FormattedValue. |
Method |
Description |
Creates a clone of this object. (Overrides FormattedValue.Clone()). |
|
Sets the value based on the string representation. (Inherited from and overrides FormattedValue.FromString()). |
|
ToString |
Creates a string representation of the value. (Inherited from and Overrides FormattedValue.ToString()). |
Inherited Method |
Description |
Inherited from FormattedValue. |
|
Inherited from FormattedValue. |
|
GetType |
Gets the Type of the current instance. (Inherited from Object). |
OnChanged |
Inherited from FormattedValue. |
Inherited Event |
Description |
Changed |
Inherited from FormattedValue. |
Operator |
Description |
Assigns a new value to this LinearValue |
|
Compares the value of two LinearValues |
|
Compares the value of two LinearValues |