AcMapQuery::GetTopologyName Function

Land Desktop Development ARX CPP SDK

Up a level
AcMapQuery:: GetTopologyName Function
 
 

Retrieves topology name from a query definition.

virtual AcMap::EErrCode

GetTopologyName(

const char*& kpszTopoName) const = 0;

Returns AcMap::kOk in case of success, AcMap::kErrObjectNotFound if query is not a topology query, or another error code.

kpszTopoName Output the topology name if any has been assigned. Otherwise NULL.