 | TimeStepsInternalStepNumberList Property |
A list of the total number of timesteps in internal charging
simulations.
Namespace: ema3d.Api.V26.Charging.DomainAssembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntaxpublic List<int> InternalStepNumberList { get; set; }Public Property InternalStepNumberList As List(Of Integer)
Get
Set
public:
property List<int>^ InternalStepNumberList {
List<int>^ get ();
void set (List<int>^ value);
}member InternalStepNumberList : List<int> with get, set
Property Value
ListInt32
See Also