GetComments
Get the matrix object comments.
string GetComments()
None.
Return the comments string.
EX1
//Get the first matrixobject comments in the active matrixlayer. void MatrixObject_GetComments_ex1() { MatrixLayer ml = Project.ActiveLayer(); if ( ml ) { MatrixObject mo = ml.MatrixObjects(0); string str = mo.GetComments(); out_str(str); } }
MatrixObject::SetComments, MatrixObject::GetName, MatrixObject::GetLongName, MatrixObject::GetUnits, MatrixObject::GetLabel, MatrixObject::GetExtendedLabel, MatrixObject::GetParameters
origin.h