Provides access to members of item info.
Members
Name | Description | |
---|---|---|
AccessConstraints | Access constraints to this data. | |
CatalogPath | Catalog path of the item. | |
Description | Description of the item. | |
DocumentationInfo | Documentation info of the item. | |
Extent | Extent of the item. | |
GUID | GUID of the item. | |
ItemProperties | Additional properties of this item. | |
LastModifiedTime | The last modified time of the data. | |
Name | Name of the item. | |
Snippet | Snippet of the item. | |
SpatialReference | The spatial reference of the data. | |
Tags | Tags of the item. | |
ThumbnailInfo | Thumbnail info of the item. | |
Title | Title of the item. | |
Type | Type of the item. | |
TypeInfo | The additional info of a type of the item. | |
TypeKeywords | The keywords of a type of the item. | |
URL | Url of the item. |
IItemInfo.AccessConstraints Property
Access constraints to this data.
Public Property AccessConstraints As String
public string AccessConstraints {get; set;}
IItemInfo.CatalogPath Property
Catalog path of the item.
Public Property CatalogPath As String
public string CatalogPath {get; set;}
IItemInfo.Description Property
Description of the item.
Public Property Description As String
public string Description {get; set;}
IItemInfo.DocumentationInfo Property
Documentation info of the item.
Public Property DocumentationInfo As IDocumentationInfo
public IDocumentationInfo DocumentationInfo {get; set;}
IItemInfo.Extent Property
Extent of the item.
Public Property Extent As IEnvelope
public IEnvelope Extent {get; set;}
IItemInfo.GUID Property
GUID of the item.
Public Property GUID As String
public string GUID {get; set;}
IItemInfo.ItemProperties Property
Additional properties of this item.
Public Property ItemProperties As IPropertySet
public IPropertySet ItemProperties {get; set;}
IItemInfo.LastModifiedTime Property
The last modified time of the data.
Public Property LastModifiedTime As Object
public object LastModifiedTime {get; set;}
IItemInfo.Name Property
Name of the item.
Public Property Name As String
public string Name {get; set;}
IItemInfo.Snippet Property
Snippet of the item.
Public Property Snippet As String
public string Snippet {get; set;}
IItemInfo.SpatialReference Property
The spatial reference of the data.
Public Property SpatialReference As ISpatialReference
public ISpatialReference SpatialReference {get; set;}
IItemInfo.Tags Property
Tags of the item.
Public Property Tags As IStringArray
public IStringArray Tags {get; set;}
IItemInfo.ThumbnailInfo Property
Thumbnail info of the item.
Public Property ThumbnailInfo As IThumbnailInfo
public IThumbnailInfo ThumbnailInfo {get; set;}
IItemInfo.Title Property
Title of the item.
Public Property Title As String
public string Title {get; set;}
IItemInfo.Type Property
Type of the item.
Public Property Type As String
public string Type {get; set;}
IItemInfo.TypeInfo Property
The additional info of a type of the item.
Public Property TypeInfo As IStringArray
public IStringArray TypeInfo {get; set;}
IItemInfo.TypeKeywords Property
The keywords of a type of the item.
Public Property TypeKeywords As IStringArray
public IStringArray TypeKeywords {get; set;}
IItemInfo.URL Property
Url of the item.
Public Property URL As String
public string URL {get; set;}
Classes that implement IItemInfo
Classes | Description |
---|---|
ItemInfo | Item Info coclass. |