Description
Whether the animation stop time is the same as the analysis's stop time
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property UseAnalysisStopTime() As Boolean
|
[C#] |
---|
public bool UseAnalysisStopTime {get; set;}
|
[Managed C++] |
---|
public: __property bool get_UseAnalysisStopTime(); public: __property void set_UseAnalysisStopTime( bool );
|
[Unmanaged C++] |
---|
public: HRESULT get_UseAnalysisStopTime( VARIANT_BOOL * pRetVal ); public: HRESULT put_UseAnalysisStopTime( VARIANT_BOOL NewUseAnalysisStopTime );
|
[Java] |
---|
public bool getUseAnalysisStopTime();public void setUseAnalysisStopTime( bool );
|
See Also