| 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: 23.1.0.154
Syntax IReadOnlyDictionary<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
IReadOnlyDictionaryGuid,
IRsaAmplificationSee Also