RhinoCommon API
UserDataShouldWrite Property |
If you want to save this user data in a 3dm file, override
ShouldWrite and return true. If you do support serialization,
you must also override the Read and Write functions.
Namespace: Rhino.DocObjects.Custom
Assembly: RhinoCommon (in RhinoCommon.dll)
public virtual bool ShouldWrite { get; }
Public Overridable ReadOnly Property ShouldWrite As Boolean Get