Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicogis/removeclassextension
Remove class extension and Instance class
https://github.com/nicogis/removeclassextension
add-in add-in-arccatalog arcgis-desktop class-extension
Last synced: 20 days ago
JSON representation
Remove class extension and Instance class
- Host: GitHub
- URL: https://github.com/nicogis/removeclassextension
- Owner: nicogis
- Created: 2016-04-11T08:51:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-10T19:54:49.000Z (8 months ago)
- Last Synced: 2024-05-10T20:46:58.425Z (8 months ago)
- Topics: add-in, add-in-arccatalog, arcgis-desktop, class-extension
- Language: C#
- Size: 110 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Remove Class Extension
# Description
This is an Add-in for ArcCatalog. In categories 'Remove class extension' you have two buttons: remove class extension and remove instance class.
![Remove Class Extension](Images/RemoveClassExtension.png)
Select from ArcCatalog a feature class from tab Contents
![Select feature class](Images/RemoveClassExtensionSelectFeatureClass.png)
If you have a feature class that has a class extension associated or a feature class that is a custom object whose behavior class
you can use this add-in that remove the reference and set null.When previewing a feature class or adding it to a map, one of the following error messages occurs:
- “Error opening feature class. Unable to create object class extension COM component.”
- “Error opening feature class.
Unable to create object class COM component.”
In the first case, the feature class has a class extension associated that is not installed on the client machine.
Using remove class extension you resolve this problem.
In the second case, the feature class is a custom object whose behavior class is not installed on the client machine.
Using remove instance class you resolve this problem.
This add-in runs also for annotation and dimension with class extension or custom object
For details: [http://support.esri.com/fr/knowledgebase/techarticles/detail/17755](https://support.esri.com/en-us/knowledge-base/error-opening-feature-class-unable-to-create-object-cla-000002980)
# Requirements
ArcGIS 10.7.1 Desktop or superior