【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.2.4.28.14 MatrixObject::GetInternalData
Contents
Description
Get internal data type
Syntax
int GetInternalData( )
Parameters
Return
An FSI_* data type constant defined in oc_const.h
Examples
EX1
// Example sets storage of matrix to type BYTE // Matrix should be the active window void MatrixObject_GetInternalData_Ex1() { MatrixLayer mlay = Project.ActiveLayer(); if(!mlay) return; MatrixObject mobj = mlay.MatrixObjects(0); if(mobj.SetInternalData(FSI_BYTE,TRUE,FALSE)) printf("%d",mobj.GetInternalData()); }
Remark
Replaced by DataObject::GetInternalDataType. Get the internal data type of the matrix object.
See Also
Column::SetInternalData, DataObject::GetInternalDataType
Header to Include
origin.h