Click or drag to resize

SnapShotsClientSupportsObject Method

Returns true if the client saves/restores object user data for the given object.

Namespace:  Rhino.DocObjects.SnapShots
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public abstract bool SupportsObject(
	RhinoObject doc_object
)

Parameters

doc_object
Type: Rhino.DocObjectsRhinoObject
doc_object is the given object

Return Value

Type: Boolean
true if the client saves/restores object user data for the given object.
See Also