Saves the current view of the rendered model as an image to the specified file.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function RenderToFile( _
ByVal ImageFileName As System.String, _
ByVal Width As System.Integer, _
ByVal Height As System.Integer _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IRayTraceRenderer
Dim ImageFileName As System.String
Dim Width As System.Integer
Dim Height As System.Integer
Dim value As System.Boolean
value = instance.RenderToFile(ImageFileName, Width, Height) |
Parameters
- ImageFileName
- File path and name (see Remarks)
- Width
- Width of image in pixels (see Remarks)
- Height
- Height of image in pixels (see Remarks)
Return Value
True if the current view of the rendered model is saved, false if not
Example
Remarks
See Also
Availability
SOLIDWORKS 2011 FCS, Revision Number 19.0