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

eOk if the operation completed successfully, or an appropriate error code otherwise.

Gets all graphic system markers by subentity paths. 

 

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