Custom entity properties

Hi,
I created custom Entity in arx with properties. In my custom entity here are method
static void makeMembers(AcRxMemberCollectionBuilder& collectionBuilder, void* customData);
ObjectARX have AcRxMemberCollectionBuilder in header file rxmember.h, but can't find it BRXSDK. Which header I need to include for AcRxMemberCollectionBuilder.

I create properties from class AcRxProperty, but can't find header file in BRXSDK for AcRxProperty class. It is in rxprop.h header file.

BRXSDK should be compatible with ObjectARX, so here should be rxmember.h and rxprop.h header files?

Comments