Uiinfrastructure API Docs  
 

TreeLeafNode.m_bMultiplyInstanced Field

Whether or not this node can be simultaneously located in multiple places. true implies there can be more than one instance of the object this node points to in the same tree. N.B. Multiply instanced items must use unique class ID / object ID pairs (per item, not per instance).

public bool m_bMultiplyInstanced;

See Also

TreeLeafNode Class | com.plumtree.uiinfrastructure.tree Namespace