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