System.Object
Base class for all specific FormattedValue types, including AngularValue, LinearValue and ScalarValue.
| 
                     Method  | 
                
                     Description  | 
            
| 
                     Gets the Value type.  | 
            |
| 
                     Gets or sets the format string associated with this value. (i.e. "DD.MMSS")  | 
            |
| 
                     Gets or sets the value in units.  | 
            |
| 
                     Gets or sets the bool indicating the value is null.  | 
            |
| 
                     Gets or sets the coordinate value label.  | 
            |
| 
                     Gets or sets the unit associated with the value.  | 
            |
| 
                     Gets or sets the value in default units (Degrees, Meters, Unity).  | 
            
| 
                     Method  | 
                
                     Description  | 
            
| 
                     Creates a clone of this object.  | 
            |
| 
                     Value equals comparison. (Overrides Object.Equals(Object)).  | 
            |
| 
                     Sets the value based on the string representation.  | 
            |
| 
                     Serves as a hash function for a particular type (Overrides Object.GetHashCode()).  | 
            |
| 
                     OnChanged  | 
                
                     Invoke the Changed event; called whenever formatted value changes.  | 
            
| 
                     Creates a string representation of the value (Overrides Object.ToString()).  | 
            |
| 
                     Finalize  | 
                
                     Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection (Inherited from Object.)  | 
            
| 
                     GetType  | 
                
                     Gets the Type of the current instance. (Inherited from Object).  | 
            
| 
                     MemberwiseClone  | 
                
                     Creates a shallow copy of the current Object (Inherited from Object).  | 
            
| 
                     Event  | 
                
                     Description  | 
            
| 
                     Changed  | 
                
                     An event that clients can use to be notified whenever the elements of the list change.  |