NumericalPropagatorAdapterHelperAdaptersForAllNumericalPropagatedSegments Property |
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.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static IDictionary<Type, CreateAdapterCallback> AdaptersForAllNumericalPropagatedSegments { get; }
Public Shared ReadOnly Property AdaptersForAllNumericalPropagatedSegments As IDictionary(Of Type, CreateAdapterCallback)
Get
public:
static property IDictionary<Type^, CreateAdapterCallback^>^ AdaptersForAllNumericalPropagatedSegments {
IDictionary<Type^, CreateAdapterCallback^>^ get ();
}
static member AdaptersForAllNumericalPropagatedSegments : IDictionary<Type, CreateAdapterCallback> with get
Property Value
Type:
IDictionaryType,
CreateAdapterCallbackSee Also