GetLongName
Get the matrix object long name.
string GetLongName()
None.
Return the matrix object longname string.
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); } }
MatrixObject::SetLongName, MatrixObject::GetName, MatrixObject::GetLabel, MatrixObject::GetExtendedLabel, MatrixObject::GetComments, MatrixObject::GetUnits, MatrixObject::GetParameters
origin.h