SRGraphDynamicData::GetNull
BOOLSRGraphDynamicData::GetNull(void)
Returns the Null flag for the data item at m_nOutIndex.\\n DynamicData does not maintain Null flags for individual data items. All we can do is compare the index to the m_nMaxValid value.
Defined in: SRGDat.cpp
Return Value
TRUE if the out pointer is beyond the highest initialized index, otherwise FALSE.
See also...
SetValue, SetNull