FormattedValue Class

Inherits from

GEOCALCPBW_NAMESPACE::GeoBase

 

Classes that Inherit FormattedValue

GEOCALCPBW_NAMESPACE::LinearValue

GEOCALCPBW_NAMESPACE::AngularValue

GEOCALCPBW_NAMESPACE::ScalarValue

 

Description

Base class for all specific FormattedValue types, including AngularValue, LinearValue and ScalarValue.

 

Public Methods

Method

Description

FromString

Sets the value of this FormattedValue from the passed string

get_Format

Indicates the string format used with the FromString and ToString methods

get_InUnits

Returns the value of this FormattedValue in the Unit defined by the Units property

get_Label

Returns a label that describes the meaning of this FormattedValue

get_Units

Returns the Unit used by this FormattedValue

set_Format

Sets the string format used with the FromString and ToString methods

set_InUnits

Sets the value of this FormattedValue in the Unit defined by Units

set_Label

Sets the label that describes the meaning of this FormattedValue

set_Units

Sets the Unit used by this FormattedValue

ToString

Produces a string that describes this FormattedValue