Click or drag to resize

NumericalPropagatorAdapterHelper Properties

The NumericalPropagatorAdapterHelper type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAdaptersForAllNumericalPropagatedSegments
Gets the default list of all of the possible state element adapters. If you are propagating your own elements in a state and have made your own custom adapters, you can add those factories to this list so all of the segments that leverage this helper type will have the needed adapters.
Public propertyElements
Gets all of the elements in the PropagatorDefinition which should also be all of the elements getting propagated.
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 propertyPropagatorDefinition
Gets or sets the NumericalPropagatorDefinition that will be used for the segment.
Top
See Also