Gets or sets the result file generated by SOLIDWORKS Flow Simulation.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property FlowConvectionCoefFile As System.String |
Visual Basic (Usage) | |
---|
Dim instance As ICWThermalStudyOptions
Dim value As System.String
instance.FlowConvectionCoefFile = value
value = instance.FlowConvectionCoefFile |
CSolidWorks.Interop.cosworks~SolidWorks.Interop.cosworks.ICWThermalStudyOptions~FlowConvectionCoefFile.html# | |
---|
System.string FlowConvectionCoefFile {get; set;} |
C++/CLI | |
---|
property System.String^ FlowConvectionCoefFile {
System.String^ get();
void set ( & System.String^ value);
} |
Property Value
Full path name of the result file generated by SOLIDWORKS Flow Simulation (
*.fld)
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0