Select to view content in your preferred language

Recomendations for creating data dependent extension?

491
1
04-22-2011 12:40 AM
AlexanderDorofeev
Emerging Contributor
Hi,
My ArcMap extension depends on specific structure of tables and feature classes stored in geodatabase. Today this structure is a simple set of tables and feature classes in PGDB, but I want to make this correctly.
So my thoughts(wishes) about it's behaivor:
It should behave as  single dataset object, like Parcel Fabric;  
System tables should be inaccessible to end user;
Any feature classes and tables cannot be deleted separately
It should have unique class id, so extension could easily determine it's presence in GDB
Is there any recomendations for handling such stuctures, and implementing such things?
0 Kudos
1 Reply
AlexanderDorofeev
Emerging Contributor
I understand that it is a complex question, but may be ESRI developers could help? They implemented this functionality in CadastralFabric
0 Kudos