VectorDerivative Properties | 
The VectorDerivative type exposes the following members.
| Name | Description | |
|---|---|---|
| Axes | 
            Gets or sets the axes.  The vector will represent the derivative of the vector in this axes.
              | |
| 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.) | |
| Order | 
            Gets or sets the order.  The order of the derivative this object will represent will be equal to this value.
              | |
| Vector | 
            Gets or sets the vector.  This VectorDerivative will represent the derivative of the vector represented by this property.
              |