A3DTopoItemOwner
-
struct
A3DTopoItemOwner Structure is a linked list for storing topology items owners.
5.0This structure gives you an access to topology item owners.
Variables
-
const A3DTopoItem *
A3DTopoItemOwner.m_pTopoItem - const
A3DTopoItem*Topology item owner.
-
void *
A3DTopoItemOwner.m_pNext - void
If the topology item is shared by several owners, this pointer gives access to the next owner item.