Gets or sets the subfolder and filename of the rendered output.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property JobName As System.String |
| Visual Basic (Usage) | |
|---|
Dim instance As IRenderOptions
Dim value As System.String
instance.JobName = value
value = instance.JobName |
| C# | |
|---|
System.string JobName {get; set;} |
| C++/CLI | |
|---|
property System.String^ JobName {
System.String^ get();
void set ( & System.String^ value);
} |
Property Value
Render job name; default is the name of the SOLIDWORKS model
Example
Remarks
See Also
Availability
SOLIDWORKS Visualize Add-in API 2025 FCS