MatrixObject::GetLongName

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