Model3DSelectBuffer::AnySelected

Background

This method determines if any selected nodes are subclasses of the specified type.

Prototype

int AnySelected( const TypeInformation * pType )

Parameters

  • const TypeInformation * pType: The type of node the method must test for.

Return Value

Non-zero indicates there are nodes of the specified type in this buffer, zero indicates no nodes of that type are present.