This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterItemDescription Interface > IRasterItemDescription.Type Property (ArcObjects .NET 10.5 SDK) |
The raster item type, i.e. a raster type name.
[Visual Basic .NET] Public Property Type As String
[C#] public string Type {get; set;}
[C++]
HRESULT get_Type(
BSTR* pType
);
[C++]
HRESULT put_Type(
BSTR pType
);
[C++]
Parameters pType [out, retval] pType is a parameter of type BSTR pType [in] pType is a parameter of type BSTR