PrimitiveStructure::GetStateFlag
Defined in:
Returns a boolean value indicating whether state data is present.
TSOpenDDL.h
Prototype
bool GetStateFlag(void) const;
Description
The GetStateFlag
function returns true
if the primitive data structure contains state data and false
if it does not. State data can exist only for primitive data that has subarrays, so the GetStateFlag
function always returns false
if the PrimitiveStructure::GetArraySize
function returns zero.
See Also