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


IMobileLayerInfo.DataType 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.DataType Property
ArcGIS Developer Help

IMobileLayerInfo.DataType Property

The data type of the layer.

[Visual Basic .NET]
Public ReadOnly Property DataType As String
[C#]
public string DataType {get;}
[C++]
HRESULT get_DataType(
  System.String* DataType
);
[C++]
Parameters
DataType [out, retval]

DataType is a parameter of type BSTR*

Product Availability

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

See Also

IMobileLayerInfo Interface