API Reference > OdDb Classes > OdDbDgnLSPE Class > OdDbDgnLSPE Methods > OdDbDgnLSPE::prepareDgnLSCache Method
OdDbDgnLSPE::prepareDgnLSCache Method
Syntax
C++
virtual OdUInt32 prepareDgnLSCache(const OdDbLinetypeTableRecord * pLTR, OdRxObjectPtr & pCache) const = 0;
Parameters 
Description 
const OdDbLinetypeTableRecord * pLTR 
[in] Pointer to the Linetype Table Record.  
OdRxObjectPtr & pCache 
[out] Pointer to cache object which will be filled by DgnLS data. 

Returns kDgnLSProcessed if DgnLS data completely processed. Returns 0 if standard processing is required.

Prepare cache for DgnLS data. 

 

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