Gets or sets whether to use the reference pressure offset defined in the Flow Simulation results file to subtract from imported pressure values.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ReferencePressureOption As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWBucklingStudyOptions
Dim value As System.Integer
instance.ReferencePressureOption = value
value = instance.ReferencePressureOption |
CSolidWorks.Interop.cosworks~SolidWorks.Interop.cosworks.ICWBucklingStudyOptions~ReferencePressureOption.html# | |
---|
System.int ReferencePressureOption {get; set;} |
C++/CLI | |
---|
property System.int ReferencePressureOption {
System.int get();
void set ( & System.int value);
} |
Property Value
1 to use the reference pressure offset defined in the Flow Simulation results file, 0 to specify the reference pressure offset
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0