C++
AcDbIdMappingIter( const AcDbIdMapping& );
Description
Sets the AcDbIdMapping object to iterate through.
Note
You must call start() on the newly constructed iterator before using it.
Parameters
Parameters | Description |
---|---|
unnamed | Input AcDbIdMapping object to iterate through |