ArcObjects Library Reference (DataSourcesRaster)  

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