API Reference > OdDb Classes > OdDbSubentityOverrule Class > OdDbSubentityOverrule Methods > OdDbSubentityOverrule::getGsMarkersAtSubentPath Method
OdDbSubentityOverrule::getGsMarkersAtSubentPath Method
Syntax
C++
virtual OdResult getGsMarkersAtSubentPath(const OdDbEntity* pSubject, const OdDbFullSubentPath& subPath, OdGsMarkerArray& gsMarkers);
Parameters 
Description 
const OdDbEntity* pSubject 
[in] A raw pointer to an entity.  
const OdDbFullSubentPath& subPath 
[in] A full subentity path object identifying the subentity.  
OdGsMarkerArray& gsMarkers 
[out] An array with GSMarkers for the subentities. 

Overrules the OdDbEntity::subGetGsMarkersAtSubentPath() method and calls it in the default implementation. This method returns eOk if successful. 

 

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