How to use
See How to use ArcGIS samples for help on compiling, setting up the debugger, and running the sample. If the sample has associated data, you will find that the sample's zip file includes a "data" folder alongside the language folders. However, you will need to update the sample to point to the location of the data once you have extracted all the files.
- Open the solution in Visual Studio.
- Ensure ArcCatalog is closed. Build the solution's class library in Visual Studio (this registers the class extension, description, and property page with ArcGIS).
- Start ArcCatalog. When creating a feature class in a geodatabase, Timestamped Class should show as a type of class.
- After creating a time-stamped feature class, view the feature class's properties. There should be a Timestamp Settings tab that allows the extension to be configured.
TimestampClassExtension.cs | Class extension source. |
TimestampClassDescription.cs | Class description source. |
TimestampPropertyPage.cs | Feature class property page source. |
TimestampClassExtension.vb | Class extension source. |
TimestampClassDescription.vb | Class description source. |
TimestampPropertyPage.vb | Feature class property page source. |
Download the files for all languages
See Also:
Creating class extensionsHow to create property pages and property sheets
Development licensing | Deployment licensing |
---|---|
ArcGIS for Desktop Basic | ArcGIS for Desktop Basic |
ArcGIS for Desktop Standard | ArcGIS for Desktop Standard |
ArcGIS for Desktop Advanced | ArcGIS for Desktop Advanced |