SetComments
Set the matrix object comments.
BOOL SetComments(LPCSTR lpcszComments, BOOL bUndo = FALSE)
Return TRUE if successful, else FALSE.
EX1
void MatrixObject_SetComments_ex1() { MatrixLayer ml = Project.ActiveLayer(); if ( ml ) { MatrixObject mo = ml.MatrixObjects(0); mo.SetComments("This is comments", TRUE); } }
MatrixObject::GetComments, MatrixObject::SetLongName, MatrixObject::SetUnits, MatrixObject::SetLabel, MatrixObject::SetExtendedLabel, MatrixObject::SetParameter, MatrixObject::SetParameters
origin.h