SRGraphComponent::WriteSpecificParameters
voidSRGraphComponent::WriteSpecificParameters(CStdioFile*file)
Writes information specific to this component to a template file
Not implemented in the base class -- override for any special components which you create
Defined in: SRGComp.cpp
Parameters
file
Pointer to a CStdioFile used in writing templates
Developer Notes
In all derived classes, this function writes any information specific to this component type to a template file. This information is read by the SRGraph::ReadTemplate routine to load graph details from the template. In a future release, the reading of data may also be handled within the class.