API Reference > Classes > PRC Entities Input/output Operations for Entities > OdPrcCompressedFiler Class > OdPrcCompressedFiler Methods > OdPrcCompressedFiler::readCompressedEntityType Method
OdPrcCompressedFiler::readCompressedEntityType Method
Syntax
C++
virtual OdUInt32 readCompressedEntityType(bool bStepBack, bool * isCurveOrSurface = 0) = 0;
Parameters 
Description 
bool bStepBack 
[in] The step back flag value. If it is equal to true, method returns file pointer to the position where it was before reading entity type data.  
bool * isCurveOrSurface = 0 
[in] A flag that indicates whether an object is a curve or a surface. 

Reads a compressed entity type from a file and returns it. 

 

Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.