Class TimeOptions
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
TimeOptions
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class TimeOptions : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
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>