AcMapTopologyManager::GetTopologyScope Function

Land Desktop Development ARX CPP SDK

AcMapTopologyManager:: GetTopologyScope Function
 

Retrieves the scope of the specified topology. The returned value is cast to an ETopologyScopevalue to indicate whether the specified topology exists on the current drawing, source drawing, or both.

int GetTopologyScope(
    const ACHAR* pszName
);
File

AcMapTopologyManager.h

Parameters 
Description 
pszName 
Input name of a the topology to check.  
Returns

Returns eCurrentDwg if the topology exists on current drawing. Returns eSourceDwg if the topology exists on source drawing. Returns eCurrentDwg | eSourceDwg if the topology exists on both current and source drawings. Returns 0 if the specified topology does not exist.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].