Provides access to members that supply native type information about a dataset.
Members
Name | Description | |
---|---|---|
Description | The description of the type. | |
TypeID | The unique ID of the type. |
INativeType.Description Property
The description of the type.
Public ReadOnly Property Description As String
public string Description {get;}
INativeType.TypeID Property
The unique ID of the type.
Public ReadOnly Property TypeID As UID
public UID TypeID {get;}
Classes that implement INativeType
Classes | Description |
---|---|
RasterNativeType (esriDataSourcesRaster) | Native type for raster datasets. |
TinNativeType | The Esri TinNativeType component. |