Interop.FileReadOptionsConstPointer Method

InteropFileReadOptionsConstPointer Method

Returns the underlying const CRhinoFileReadOptions* for a Rhino.FileIO.FileReadOptions 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 FileReadOptionsConstPointer(
	FileReadOptions options
)
Public Shared Function FileReadOptionsConstPointer ( 
	options As FileReadOptions
) As IntPtr

Parameters

options
Type: Rhino.FileIOFileReadOptions
A FileReadOptions object.

Return Value

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

Rhino for Windows

Supported in: 6.14
See Also