Gets or sets the path to the folder to which the rendered output should be saved.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property OutputFolder As System.String |
Visual Basic (Usage) | |
---|
Dim instance As IRenderOptions
Dim value As System.String
instance.OutputFolder = value
value = instance.OutputFolder |
C# | |
---|
System.string OutputFolder {get; set;} |
C++/CLI | |
---|
property System.String^ OutputFolder {
System.String^ get();
void set ( & System.String^ value);
} |
Property Value
Render output folder (see
Remarks)
Example
Remarks
See Also
Availability
SOLIDWORKS Visualize Add-in API 2025 FCS