SphericalHarmonicGravity Properties | 
The SphericalHarmonicGravity type exposes the following members.
| Name | Description | |
|---|---|---|
| Dimension | 
            Gets the dimension of the values produced by the object. For example, Vectors
            would have a dimension of three, and Scalars of one. A PartialDerivativesEvaluator
            created by this type will have a "RowDimension" equal to this
            property, and a "ColumnDimension equal to the summation
            of the dimensions of the independent variables that this object is dependent on.
              | |
| ForceVector | 
            Gets the Vector representation of this force.
              (Inherited from ForceModel.) | |
| GravityField | 
            Gets or sets the SphericalHarmonicGravityField to use when calculating
            the gravitational force.
              | |
| IsFrozen | 
            Gets a value indicating whether this object is frozen.  A frozen object cannot be modified and an
            ObjectFrozenException will be thrown if an attempt is made to do so.
              (Inherited from DefinitionalObject.) | |
| Kind | 
            Gets an enumeration indicating the nature of this force and whether it implicitly
            includes mass.
              (Inherited from ForceModel.) | |
| Role | 
            Gets the role that this force plays in a combined resultant force.  In particular, it indicates
            whether this force is dominant and easy to compute or whether it is a small perturbation that
            is expensive to compute.
              (Inherited from ForceModel.) | |
| TargetPoint | 
            Gets or sets the target point at which to measure the gravitational acceleration.
              |