TimeHistoryIntegrationMethod Property (ICWDynamicStudyOptions)
Obsolete. Superseded by ICWDynamicStudyOptions::GetTimeHistoryIntegrationMethod2 and ICWDynamicStudyOptions::SetTimeHistoryIntegrationMethod2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property TimeHistoryIntegrationMethod As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWDynamicStudyOptions
Dim value As System.Integer
instance.TimeHistoryIntegrationMethod = value
value = instance.TimeHistoryIntegrationMethod |
C# | |
---|
System.int TimeHistoryIntegrationMethod {get; set;} |
C++/CLI | |
---|
property System.int TimeHistoryIntegrationMethod {
System.int get();
void set ( & System.int value);
} |
Property Value
Integration method as defined in swsTimeIntegrationMethod_e
See Also
Availability
SOLIDWORKS Simulation API 2012 SP0