AcMapTopology:: Create Method
Creates a topology - this function is not yet implemented in AutoCAD Map; use the other Create()function.
AcMap::EErrCode Create(
const AcDbObjectIdArray& geometry,
int nType,
int nCreateOptions = eStopAtMultipleCentroid | eIgnoreIncompleteArea | eUsePersistentMarkers,
double dTolerance = 0.01
);|
Parameters |
Description |
|
geometry |
Input geometry array. |
|
nType |
Input ETopologyTypetopology type. |
|
nCreateOptions |
Input ECreateOptionstopology creation options. The default value is eStopAtMultipleCentroid | eIgnoreIncompleteArea | eUsePersistentMarkers. |
|
dTolerance |
Input topology-creation tolerance. The default value is 0.01. |
Returns
Returns AcMap::EErrCode kOk if successful; otherwise, returns a different error code.
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].