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


IMobileLayerInfo.IsRasterLayer Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMobileLayerInfo.IsRasterLayer Property

Indicates if the layer is a raster layer.

[Visual Basic .NET]
Public ReadOnly Property IsRasterLayer As Boolean
[C#]
public bool IsRasterLayer {get;}
[C++]
HRESULT get_IsRasterLayer(
  VARIANT_BOOL* IsRasterLayer
);
[C++]

Parameters IsRasterLayer [out, retval] IsRasterLayer is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMobileLayerInfo Interface