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


IMobileLayerInfo.IsRasterLayer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMobileLayerInfo Interface > IMobileLayerInfo.IsRasterLayer Property
ArcGIS Developer Help

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(
  Boolean* IsRasterLayer
);
[C++]
Parameters
IsRasterLayer [out, retval]

IsRasterLayer is a parameter of type bool*

Product Availability

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

See Also

IMobileLayerInfo Interface