码迷,mamicode.com
首页 > 其他好文 > 详细

arcengine 文件夹连接

时间:2015-08-14 20:53:57      阅读:140      评论:0      收藏:0      [点我收藏+]

标签:

Provides access to members that manages a GX catalog.

Product Availability

Available with ArcGIS Desktop.

Description

The GxCatalog object implements the IGxCatalog interface. It lets you connect and disconnect folder objects. It also maintains the file filter associated with ArcCatalog.

The GxCatalog object represents your actual tree of data, as is shown in the tree view (the top-level object in the tree view). From the GxCatalog object, you can navigate to any of its descendants to access and manipulate them. The GxCatalog object is a type of GxObject and a type of GxObjectContainer because it is an item in the tree view and it contains additional GxObjects.

The GxCatalog object is also an event source, as it monitors the adding, deleting, and changing of the GxObjects within the Catalog through the IGxCatalogEvents interface.

 

 

Members

 Description
技术分享 Close Closes the catalog object. Clients that create a catalog object must call this method when they are finished using it.
技术分享 ConnectFolder Adds a folder connection to the catalog and returns the folder object.
技术分享 ConstructFullName Constructs the full name for an object.
技术分享 DisconnectFolder Removes a folder connection from the catalog.
技术分享 FileFilter The file filter.
技术分享 GetObjectFromFullName Finds an object in the catalog tree given its full name. Returns a Variant containing an IGxObject or IEnumGxObject (if duplicate names were encountered), along with the number of objects found.
技术分享 Location The location to the specified path. If the path isn‘t yet part of the catalog, it is added as a folder connection.
技术分享 ObjectAdded Called when a new object has been added to part of the catalog.
技术分享 ObjectChanged Called when an existing object from part of the catalog has been changed.
技术分享 ObjectDeleted Called when an existing object has been deleted from part of the catalog.
技术分享 ObjectRefreshed Called when an existing object has been refreshed.
技术分享 SelectedObject The first selected object, or the location if no objects are selected.
技术分享 Selection The selection.

arcengine 文件夹连接

标签:

原文地址:http://www.cnblogs.com/gisoracle/p/4730905.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!