API Reference > OdDb Classes > OdDbBody Class > OdDbBody Methods > OdDbBody::subGetGsMarkersAtSubentPath Method
OdDbBody::subGetGsMarkersAtSubentPath Method
Syntax
C++
virtual OdResult subGetGsMarkersAtSubentPath(const OdDbFullSubentPath& subPath, OdGsMarkerArray& gsMarkers) const;
Parameters 
Description 
const OdDbFullSubentPath& subPath 
[in] Path to the subentity (or subentities) for which the GS marker(s) is requested.  
OdGsMarkerArray& gsMarkers 
[out] Array of the GS marker(s). 

Returns eOk if successful, or an appropriate error code if not.

Returns the array of the graphics system marker(s) (GS marker(s)) associated with primitive(s) that is used for drawing the subentity. 

 

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