Sets an array of objects to exclude from the hatch.
virtual AcMap::EErrCode
SetExcludedObjects(
AcDbObjectIdArray& excludedObjects) = 0;
Returns AcMap::kOk in case of success, error code otherwise.
excludedObjects | Input IDs of the objects to be excluded from this hatch. |