API Reference > Classes > Database Classes > OdBmElement Class > OdBmElement Methods > OdBmElement::getGsMarkersAtSubentPath Method
OdBmElement::getGsMarkersAtSubentPath Method
Syntax
C++
OdResult getGsMarkersAtSubentPath(const OdBmFullSubentPath& subPath, OdGsMarkerArray& gsMarkers) const;
Parameters 
Description 
const OdBmFullSubentPath& subPath 
[in] The OdDbFullSubentPath to the subentity.  
OdGsMarkerArray& gsMarkers 
[in/out] The array of integer identifiers (GS markers). 

Returns all graphic system marker by subentity paths for complex entities, that has the ability to associate an integer identifier (GS marker) with each graphic primitive or with groups of primitives during draw themself. 

 

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