Gets or sets the SOLIDWORKS Flow Simulation results file from which to import fluid pressure loads.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property FlowPressureFile As System.String |
Visual Basic (Usage) | |
---|
Dim instance As ICWBucklingStudyOptions
Dim value As System.String
instance.FlowPressureFile = value
value = instance.FlowPressureFile |
CSolidWorks.Interop.cosworks~SolidWorks.Interop.cosworks.ICWBucklingStudyOptions~FlowPressureFile.html# | |
---|
System.string FlowPressureFile {get; set;} |
C++/CLI | |
---|
property System.String^ FlowPressureFile {
System.String^ get();
void set ( & System.String^ value);
} |
Property Value
Full path name of a SOLIDWORKS Flow Simulation results file (
*.fld)
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0