DocNodeProxyIsValidDocument Method | 
            Can be overriden by derived classes to ensure that the right type of document is stored in
            this proxy.
            
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxprotected virtual bool IsValidDocument(
	Object obj
)
Parameters
- obj  Object
 - The object to test.
 
Return Value
BooleanTrue if the 
obj has the right type to store in this proxy, false otherwise.
See Also