API Reference > Other Classes > OdModelerGeometry Class > OdModelerGeometry Methods > OdModelerGeometry::getGsMarkersAtSubentPath Method
OdModelerGeometry::getGsMarkersAtSubentPath Method
Syntax
C++
virtual OdResult getGsMarkersAtSubentPath(const OdDbFullSubentPath& subPath, OdGsMarkerArray& gsMarkers) const = 0;
Parameters 
Description 
const OdDbFullSubentPath& subPath 
[in] A full subentity path object identifying the subentity.  
OdGsMarkerArray& gsMarkers 
[out] An array with GSMarkers for the subentities.
 

Returns eOk if successful or an appropriate error code in the other case.

Returns an array of GS markers. 

 

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