Programming Reference for VirtualLab Fusion  2022.1
Public Member Functions | Properties | List of all members
IDocument Interface Reference

Interface implemented by all VirtualLab documents. More...

Inheritance diagram for IDocument:
ChromaticFieldsSetBase FieldRepresentationObject DataArrayBase IRegion1D2D DesignAlgorithmHandler ChromaticFieldsSet ChromaticFieldsSet_1D HarmonicFieldBase DataArray1D DataArray2D DataArrayGridLess Region1D Region2D

Public Member Functions

void Reload ()
 Reload function for the document
 

Properties

VirtualLabSession Session [get, set]
 every documents need to be handled in a session ==> default is the VirtualLab Mainsession
 
NodeVLExplorer TreeStructure [get]
 every document should have a node (maybe with subnodes) in the VirtualLab Explorer
 
DocumentType TypeOfDocument [get]
 Gets an enum entry specifying the type of the document.
 

Detailed Description

Interface implemented by all VirtualLab documents.