SRGraphComponent::GetComponentFileVersion

int SRGraphComponent::GetComponentFileVersion(CArchive & ar)

Returns the file version of this component -- for use in the serialization process

Defined in: SRGComp.cpp

Return Value

File version of the component or -1 which denotes original file version 0 or an error

Parameters

ar

Reference to the archive to use

Remarks

When calling this routine from your own derived component class, you must ONLY call it AFTER the call to the base class Serialize function.