 | ILoadingRsaTorqueLevelAmplifications Property |
Gets a dictionary of amplifications indexed by the ID of a level they are applied to
Namespace:
TSD.API.Remoting.SolverAssembly:
TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
SyntaxIReadOnlyDictionary<Guid, IRsaAmplification> LevelAmplifications { get; }
ReadOnly Property LevelAmplifications As IReadOnlyDictionary(Of Guid, IRsaAmplification)
Get
property IReadOnlyDictionary<Guid, IRsaAmplification^>^ LevelAmplifications {
IReadOnlyDictionary<Guid, IRsaAmplification^>^ get ();
}
abstract LevelAmplifications : IReadOnlyDictionary<Guid, IRsaAmplification> with get
Property Value
Type:
IReadOnlyDictionaryGuid,
IRsaAmplification
See Also