SnapShotsClient.RegisterSnapShotClient Method

SnapShotsClientRegisterSnapShotClient Method

Function used to register snapshots client

Namespace:  Rhino.DocObjects.SnapShots
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static bool RegisterSnapShotClient(
	SnapShotsClient client
)
Public Shared Function RegisterSnapShotClient ( 
	client As SnapShotsClient
) As Boolean

Parameters

client
Type: Rhino.DocObjects.SnapShotsSnapShotsClient

[Missing <param name="client"/> documentation for "M:Rhino.DocObjects.SnapShots.SnapShotsClient.RegisterSnapShotClient(Rhino.DocObjects.SnapShots.SnapShotsClient)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.DocObjects.SnapShots.SnapShotsClient.RegisterSnapShotClient(Rhino.DocObjects.SnapShots.SnapShotsClient)"]

Version Information

Rhino for Windows

Supported in: 6.14
See Also