PreviewBackground.SetUpPreview Method

PreviewBackgroundSetUpPreview Method

SetUpPreview

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public void SetUpPreview(
	IntPtr sceneServerPointer,
	Guid guid
)
Public Sub SetUpPreview ( 
	sceneServerPointer As IntPtr,
	guid As Guid
)

Parameters

sceneServerPointer
Type: SystemIntPtr

[Missing <param name="sceneServerPointer"/> documentation for "M:Rhino.Render.PreviewBackground.SetUpPreview(System.IntPtr,System.Guid)"]

guid
Type: SystemGuid

[Missing <param name="guid"/> documentation for "M:Rhino.Render.PreviewBackground.SetUpPreview(System.IntPtr,System.Guid)"]

See Also