API Reference > OdDb Classes > OdDbDgnLSPE Class > OdDbDgnLSPE Methods > OdDbDgnLSPE::setupDgnLSData Method
OdDbDgnLSPE::setupDgnLSData Method
Syntax
C++
virtual OdUInt32 setupDgnLSData(const OdDbLinetypeTableRecord * pLTR, OdUInt32 & nResFlags, OdGiDrawableTraits * pTraits) const = 0;
Parameters 
Description 
const OdDbLinetypeTableRecord * pLTR 
[in] Pointer to the Linetype Table Record.  
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 by DgnLS data. 

 

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