Whether the animation start time is the same as the analysis's start time.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseAnalysisStartTime() As Boolean |
[C#] |
---|
public bool UseAnalysisStartTime {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseAnalysisStartTime(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseAnalysisStartTime( VARIANT_BOOL * pVal ); public: HRESULT put_UseAnalysisStartTime( VARIANT_BOOL UseAnalysisStartTime ); |
[Java] |
---|
public bool getUseAnalysisStartTime(); public void setUseAnalysisStartTime( bool ); |