Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDgSelectionSet::getSubentity Method
Syntax
C++
virtual bool getSubentity(const OdDgElementId& entityId, OdUInt32 i, OdDgFullSubentPath& path) const;

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

Parameters
Description
entityId
[in] entity id for the parent of the subentity
i
[in] index of the subentity.
path
[out] Path to the subentity.

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

Copyright © 2002-2022. Open Design Alliance All rights reserved.