diff --git a/EXeExecutor.h b/EXeExecutor.h index 826652e..e377ac1 100644 --- a/EXeExecutor.h +++ b/EXeExecutor.h @@ -461,6 +461,7 @@ EXE_EXPORT int ExeGetFirstNameInGroup( int nGroupId, const std::string& sName) EXE_EXPORT int ExeGetNextName( int nId, const std::string& sName) ; EXE_EXPORT int ExeGetLastNameInGroup( int nGroupId, const std::string& sName) ; EXE_EXPORT int ExeGetPrevName( int nId, const std::string& sName) ; +EXE_EXPORT bool ExeGetNameInGroup( int nGroupId, const std::string& sName, INTVECTOR& vIds) ; EXE_EXPORT bool ExeGetInfoInGroup( int nGroupId, const std::string& sKey, INTVECTOR& vIds) ; EXE_EXPORT bool ExeGetBBox( int nId, int nFlag, BBox3d& b3Box) ; EXE_EXPORT bool ExeGetBBoxGlob( int nId, int nFlag, BBox3d& b3Box) ;