LinearValue Class

Inherits from

GEOCALCPBW_NAMESPACE::FormattedValue

 

Description

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.

 

Public Constructors

Constructor

Description

CreateLinearValue

Creates a new instance of the LinearValue class

LinearValue

Creates a new instance of the LinearValue class

 

Public Methods

Method

Description

DeepCopy

Produces a deep-copy of a LinearValue

get_InMeters

Returns the value of this LinearValue in meters

set_InMeters

Sets the value of this LinearValue in meters

ValueEquals

Compares the value of two LinearValues

 

Overloaded Operators

Operator

Description

operator=

Assigns a new value to this LinearValue

operator==

Compares the value of two LinearValues

operator!=

Compares the value of two LinearValues