API Reference > Classes > PRC Export-Import Classes > DrawingMaterialNode Class > DrawingMaterialNode Operators > DrawingMaterialNode::< Operator
DrawingMaterialNode::< Operator
Syntax
C++
bool operator <(const DrawingMaterialNode& matNode) const;
Parameters 
Description 
const DrawingMaterialNode& matNode 
[in] Another drawing material node to compare with.  

true if the drawing material node is less than another node specified with matNode parameter; otherwise the method returns false.

The less operator for a drawing material node.

Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.