Class TimeOptions
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class TimeOptions : APIBase, IEquatable<APIBase>
Properties
EndTime
Determines the end time used in Advanced System Deflection and Advanced Time Stepping Analysis for Modulation
Measurement: TimeVeryShort
Declaration
public double EndTime { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
StartTime
Determines the start time used in Advanced System Deflection and Advanced Time Stepping Analysis for Modulation
Measurement: TimeVeryShort
Declaration
public double StartTime { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TotalTime
Determines the time range used in Advanced System Deflection and Advanced Time Stepping Analysis for Modulation
Measurement: TimeVeryShort
Declaration
public double TotalTime { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>