RhinoCommon API
PostEffectReadFromDocumentDefaults Method |
Read the state from document defaults. This is implemented by RDK to call ReadState()
so usually a post effect only has to implement ReadState(). However, a post effect can override this
method to take complete control of how the document defaults are read.
Namespace: Rhino.Render.PostEffects
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 7.0
public virtual bool ReadFromDocumentDefaults( RhinoDoc doc )
Public Overridable Function ReadFromDocumentDefaults ( doc As RhinoDoc ) As Boolean
Parameters
- doc
- Type: RhinoRhinoDoc
Rhino document
Return Value
Type: BooleanReturn true if read was succesfull