API Reference > OdDb Classes > OdDbMlineStyle Class > OdDbMlineStyle Methods > OdDbMlineStyle::getElementAt Method
OdDbMlineStyle::getElementAt Method
Syntax
C++
void getElementAt(int elementIndex, double& offset, OdCmColor& color, OdDbObjectId& linetypeId) const;
Parameters 
Description 
int elementIndex 
[in] Index of element to return.  
double& offset 
[out] Receives the offset of this element.  
OdCmColor& color 
[out] Receives the color of this element.  
OdDbObjectId& linetypeId 
[out] Receives the Object ID for the linetype of this element. 

Returns the values for the specified element of this MLine Style. 

 

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