C++
AcDbGraphNode( void* pData = NULL );
Description
Since this is a generic node class the pData can be any pointer to data necessary for the graph that is being created. This data, for example, is used to store the AcDbDatabase pointer for the derived AcDbXrefGraphNode class. The pData can be a ptr to any actual data type that would need to be assocuiated to this node.AcDbGraphNode::~AcDbGraphNode
Parameters
Parameters | Description |
---|---|
pData | Void pointer to store data associated with this node |