Click or drag to resize

PointInReferenceFrame Properties

The PointInReferenceFrame type exposes the following members.

Properties
  NameDescription
Public propertyDimension
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.
Public propertyFrame
Gets or sets the ReferenceFrame in which the ObservedPoint is observed.
Public propertyIsFrozen
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.)
Public propertyObservedPoint
Gets or sets the Point that is observed in the Frame.
Top
See Also