SetLabel
Set the matrix object label.
BOOL SetLabel(LPCSTR lpcstrLabel)
Returns TRUE if successful, else return FALSE.
EX1
void MatrixObject_SetLabel_ex1() { MatrixLayer ml = Project.ActiveLayer(); if ( ml ) { MatrixObject mo = ml.MatrixObjects(0); mo.SetLabel("This is test"); out_str( mo.GetLabel() ); } }
MatrixObject::GetLabel, MatrixObject::GetExtendedLabel, MatrixObject::GetLongName, MatrixObject::GetComments, MatrixObject::GetUnits, MatrixObject::GetParameter, MatrixObject::GetParameters
origin.h