Interop.FileWriteOptionsConstPointer Method

InteropFileWriteOptionsConstPointer Method

Returns the underlying const CRhinoFileWriteOptions* for a Rhino.FileIO.FileWriteOptions object. You should only be interested in using this function if you are writing C++ code.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static IntPtr FileWriteOptionsConstPointer(
	FileWriteOptions options
)
Public Shared Function FileWriteOptionsConstPointer ( 
	options As FileWriteOptions
) As IntPtr

Parameters

options
Type: Rhino.FileIOFileWriteOptions
A FileWriteOptions object.

Return Value

Type: IntPtr
A pointer to the Rhino const object.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also