GetInternalData
Replaced by GetInternalDataType. Kept for backwards compatibility.
UINT GetInternalData( )
An FSI_* data type constant defined in oc_const.h
EX1
void MatrixLayer_GetInternalData_Ex1() { MatrixPage mp = Project.MatrixPages(0); if(!mp) return; MatrixLayer ml(mp.GetName()); ml.SetInternalData(FSI_BYTE); if ( ml.GetInternalData() == FSI_BYTE ) printf("Data type is byte.\n"); else printf("Data type is not byte.\n"); }
MatrixLayer::GetInternalDataType
origin.h