Click or drag to resize

IDialogServiceObjectToWindowHandle Method

[Missing <summary> documentation for "M:Rhino.UI.IDialogService.ObjectToWindowHandle(System.Object,System.Boolean)"]

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
IntPtr ObjectToWindowHandle(
	Object window,
	bool useMainRhinoWindowWhenNull
)

Parameters

window
Type: SystemObject

[Missing <param name="window"/> documentation for "M:Rhino.UI.IDialogService.ObjectToWindowHandle(System.Object,System.Boolean)"]

useMainRhinoWindowWhenNull
Type: SystemBoolean

[Missing <param name="useMainRhinoWindowWhenNull"/> documentation for "M:Rhino.UI.IDialogService.ObjectToWindowHandle(System.Object,System.Boolean)"]

Return Value

Type: IntPtr

[Missing <returns> documentation for "M:Rhino.UI.IDialogService.ObjectToWindowHandle(System.Object,System.Boolean)"]

See Also