SRGraphData::GetStyle
SRGraphStyle *SRGraphData::GetStyle(void)
Retrieves a pointer to the m_Style member
Defined in: SRGDat.cpp
Return Value
Pointer to the SRGraphStyle item used to control the appearance of this object
Developer Notes
You are strongly advised to use the SomeSRGraphObject.GetStyle()->StyleFunction() method for accessing style data -- especially if you use the DLL versions of the libraries. If you follow this advice, later releases of the DLL's should not neccessitate the recompilation of your applications.