SnapShotsClientSupportsObjects Method |
Returns true if the client saves/restores object user data.
Namespace:
Rhino.DocObjects.SnapShots
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public abstract bool SupportsObjects()
Public MustOverride Function SupportsObjects As Boolean
Return Value
Type:
Booleantrue if the client saves/restores object user data.
See Also