This document is archived and information here might be outdated.  Recommended version.


IRasterBand.RepresentationType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterBand Interface > IRasterBand.RepresentationType Property
ArcGIS Developer Help

IRasterBand.RepresentationType Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterBand Interface