DATAKIT API  V2025.3
How to handle NX ReferenceSet

To manage ReferenceSets, you must:
1 - Retrieve the ReferenceSet used in a part.

In the Dtk_Info of the Dtk_Component use the method:

2 - Retrieve the list of ReferenceSets to which each entity belongs. In the Dtk_Info of the Dtk_Node use the method :

Dtk_Info::GetReferenceSet
Dtk_ErrorStatus GetReferenceSet(Dtk_tab< Dtk_string > &outArray, Dtk_Int32 inRemovePrefix=DTK_FALSE) const
DTK_TRUE
#define DTK_TRUE
Definition: define.h:727
Dtk_tab< Dtk_string >
Dtk_Info::GetConfigurationName
Dtk_string GetConfigurationName() const