Provides access to members that describe a raster type.
Members
Name | Description | |
---|---|---|
Description | The raster type description. | |
Help | The raster type help URL. | |
Name | The raster type name. |
IRasterTypeInfo.Description Property
The raster type description.
Public Property Description As String
public string Description {get; set;}
IRasterTypeInfo.Help Property
The raster type help URL.
Public Property Help As String
public string Help {get; set;}
IRasterTypeInfo.Name Property
The raster type name.
Public Property Name As String
public string Name {get; set;}
Classes that implement IRasterTypeInfo
Classes | Description |
---|---|
RasterTypeInfo | A raster type info object. |