This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxCatalogObject Interface (ArcObjects .NET 10.5 SDK) |
Provides access to properties and methods common to all Catalog objects.
Description | ||
---|---|---|
Attach | Attaches the object to its parent and the catalog. | |
BaseName | The base name of the object (i.e. no extension). | |
Category | The category of the object. | |
ClassID | The class ID of this object. | |
Detach | Instructs the object to detach itself from its parent and the catalog. | |
FullName | The full name of the object. | |
InternalObjectName | The Name for the internal object that this GxObject represents. | |
IsValid | Indicates if the object is still valid. | |
Name | The short name of the object. | |
Parent | The parent of the object. | |
Refresh | Updates the object and any children of the object. |
CoClasses and Classes | Description |
---|---|
AddSDEConnection | The AddSDEConnection object allows a user to create a new SDE connection. |
TxCatalog | This class provides a GUI less catalog of structured objects that allow the navigation of a system to discover GIS data sources. |
TxCatalogObject | This object is a general purpose wrapper object around Esri name objects. This object provides the properties and methods needed to uniformly use the name objects in the CJMTK Catalog. |
TxFolderCatalogObject | The TxFolderCatalogObject provides a container for CJMTK Catalog Objects much like a directory folder does to a filesystem. |
TxGISServerFolder | This object contains a set of SDE connections and a command object allowing the user to create an SDE connection. |