Go to: Synopsis. Return value. Related. MEL examples.
getClassification
[nodeType]
getClassification is undoable, queryable, and editable.
// Get the classification string for the "lambert" node type
//
string $classifications[] = `getClassification "lambert"`;
for ($c in $classifications)
{ print("\tClassified as "+$c+"\n"); }