RhinoCommon API
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

public abstract bool SupportsObject( RhinoObject doc_object )
Public MustOverride Function SupportsObject ( doc_object As RhinoObject ) As Boolean
Parameters
- doc_object
- Type: Rhino.DocObjectsRhinoObject
doc_object is the given object
Return Value
Type: Booleantrue if the client saves/restores object user data for the given object.
