I can find a ReportDefinitionNode
like this...
ReportDefinitionNodePtr node = ReportDefinitionNode::FindByPath (L"category\definition-name", *activeDgnFile);
How can I delete that node?
I can find a ReportDefinitionNode
like this...
ReportDefinitionNodePtr node = ReportDefinitionNode::FindByPath (L"category\definition-name", *activeDgnFile);
How can I delete that node?