Share

AcDbGraph::AcDbGraph

C++

AcDbGraph(
    AcDbGraphNode* pRoot = NULL
);

Description

The first node in the graph is considered the root node.

Parameters

Parameters Description
pRoot Input pointer to root node. Default is NULL.

Links

AcDbGraph

Was this information helpful?