API Reference > OdDbRoot Classes > OdDbBaseHatchPE Class > OdDbBaseHatchPE Methods > OdDbBaseHatchPE::isReallyHatch Method
OdDbBaseHatchPE::isReallyHatch Method
Syntax
C++
virtual bool isReallyHatch(const OdRxObject* pHatch) const = 0;
Parameters 
Description 
const OdRxObject* pHatch 
[in] A pointer to a hatch object.
 

Returns true if a hatch is a real hatch, otherwise returns false.

Determines whether a specified hatch is a real hatch. 

 

For .dwg functionality a hatch is always a hatch protocol extension, but for .dgn functionality a hatch protocol extension can be added to any entity.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.