Gets or sets whether to use large displacement formulation.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property UseLargeDisplacement As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWNonLinearStudyOptions
Dim value As Integer
instance.UseLargeDisplacement = value
value = instance.UseLargeDisplacement
|
C# | |
---|
int UseLargeDisplacement {get; set;} |
C++/CLI | |
---|
property int UseLargeDisplacement {
int get();
void set (int value);
} |
Return Value
Example
See Also
Availability
SolidWorks Simulation API 2008 SP1.0