Click or drag to resize

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)
Since: 6.0
Syntax
public static IntPtr FileWriteOptionsConstPointer(
	FileWriteOptions options
)

Parameters

options
Type: Rhino.FileIOFileWriteOptions
A FileWriteOptions object.

Return Value

Type: IntPtr
A pointer to the Rhino const object.
See Also