API Reference > OdDb Classes > OdDbDgnLSPE Class > OdDbDgnLSPE Methods > OdDbDgnLSPE::setupDgnLSCache Method
OdDbDgnLSPE::setupDgnLSCache Method
Syntax
C++
virtual OdUInt32 setupDgnLSCache(const OdRxObject * pCache, OdUInt32 & nResFlags, OdGiDrawableTraits * pTraits) const = 0;
Parameters 
Description 
const OdRxObject * pCache 
[in] Pointer to the DgnLS cache.  
OdUInt32 & nResFlags 
[out] setAttributes return flags.  
OdGiDrawableTraits * pTraits 
[in] Traits pointer which will be filled by DgnLS data. 

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

Setup traits from DgnLS cache. 

 

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