Gets and sets whether to decouple the mixed free body modes of this frequency study.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property CheckDecouple As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICWFrequencyStudyOptions
Dim value As System.Boolean
instance.CheckDecouple = value
value = instance.CheckDecouple |
C# | |
---|
System.bool CheckDecouple {get; set;} |
C++/CLI | |
---|
property System.bool CheckDecouple {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to decouple the mixed free body modes, false to not
See Also
Availability
SOLIDWORKS Simulation API 2024 SP0