This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterBand Interface > IRasterBand.RepresentationType Property (ArcObjects .NET 10.5 SDK) |
The suggested representation type.
[Visual Basic .NET] Public Property RepresentationType As rstRepresentationType
[C#] public rstRepresentationType RepresentationType {get; set;}
[C++]
HRESULT get_RepresentationType(
rstRepresentationType* pVal
);
[C++]
HRESULT put_RepresentationType(
rstRepresentationType pVal
);
[C++]
Parameters pVal [out, retval]
pVal is a parameter of type rstRepresentationType pVal [in]
pVal is a parameter of type rstRepresentationType