SoOffscreenRendererWriteToRGB Method |
Writes the buffer as an .rgb file to the given filename.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic bool WriteToRGB(
string filename
)
Public Function WriteToRGB (
filename As String
) As Boolean
public:
bool WriteToRGB(
String^ filename
)
member WriteToRGB :
filename : string -> bool
Parameters
- filename
- Type: SystemString
Return Value
Type:
Boolean
Remarks
See Also