Gets or sets whether to import fluid pressure loads from a SOLIDWORKS Flow Simulation results file.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property CheckFlowPressure As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWFrequencyStudyOptions
Dim value As System.Integer
instance.CheckFlowPressure = value
value = instance.CheckFlowPressure |
CSolidWorks.Interop.cosworks~SolidWorks.Interop.cosworks.ICWFrequencyStudyOptions~CheckFlowPressure.html# | |
---|
System.int CheckFlowPressure {get; set;} |
C++/CLI | |
---|
property System.int CheckFlowPressure {
System.int get();
void set ( & System.int value);
} |
Property Value
1 to import fluid pressure loads, 0 to not
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0