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