Skip to content

Commit 9b113ad

Browse files
committed
Create README.md
1 parent cf5fc65 commit 9b113ad

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# RemoveClassExtension
2+
Remove class extension and Instance class
3+
4+
# Description
5+
6+
This is an Add-in for ArcCatalog. In categories 'Remove class extension' you have two buttons.
7+
8+
If you have a feature class that has a class extension associated or a feature class that is a custom object whose behavior class
9+
you can use this add-in that remove the reference and set null.
10+
11+
When previewing a feature class or adding it to a map, one of the following error messages occurs:
12+
“Error opening feature class.
13+
Unable to create object class extension COM component.”
14+
“Error opening feature class.
15+
Unable to create object class COM component.”
16+
17+
In the first case, the feature class has a class extension associated that is not installed on the client machine.
18+
Using remove class extension you resolve this problem.
19+
20+
In the second case, the feature class is a custom object whose behavior class is not installed on the client machine.
21+
Using remove instance class you resolve this problem.
22+
23+
This add-in runs also for annotation and dimension with class extension or custom object
24+
25+
# Requirements
26+
ArcGIS 10.4 Desktop or superior

0 commit comments

Comments
 (0)