API Reference > OdDb Classes > OdSelectionSetIterator Class > OdSelectionSetIterator Methods > OdSelectionSetIterator::getSubentity Method
OdSelectionSetIterator::getSubentity Method
Syntax
C++
virtual bool getSubentity(OdUInt32 i, OdDbBaseFullSubentPath& path) = 0;
Parameters 
Description 
OdUInt32 i 
[in] index of the subentity.  
OdDbBaseFullSubentPath& path 
[out] Path to the subentity. 

Returns true if and only if "i" is valid index in the subentities array.

Returns the given subentity path inside the current entity. (analogous to acedSSSubentName)

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