【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.2.4.28.26 MatrixObject::GetUnits
Contents
Description
Get uints label of the matrix object.
Syntax
string GetUnits()
Parameters
None.
Return
Return the string of units label.
Examples
EX1
//Get uints label of the matrix object. void MatrixObject_GetUnits_ex1() { MatrixLayer ml = Project.ActiveLayer(); if ( ml ) { MatrixObject mo = ml.MatrixObjects(0); string str = mo.GetUnits(); out_str(str); } }
Remark
See Also
MatrixObject::SetUnits, MatrixObject::GetName, MatrixObject::GetLongName, MatrixObject::GetComments, MatrixObject::GetLabel, MatrixObject::GetExtendedLabel, MatrixObject::GetParameters
Header to Include
origin.h