Gets or sets the integration method of this modal time history dynamic study.
.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