Obsolete. Superseded by ICWStaticStudyOptions::LargeDisplacement2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property LargeDisplacement As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWStaticStudyOptions
Dim value As System.Integer
instance.LargeDisplacement = value
value = instance.LargeDisplacement |
C# | |
---|
System.int LargeDisplacement {get; set;} |
C++/CLI | |
---|
property System.int LargeDisplacement {
System.int get();
void set ( & System.int value);
} |
Property Value
- 1 = Use large displacement formulation
- 0 = Do not use large displacement formulation
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2008 SP1.0