ArcObjects Library Reference (Carto)  

IMapLayerInfo4.Type Property

The layer type.

[Visual Basic .NET]
Public ReadOnly Property SourceDescription As String
[C#]
public string SourceDescription {get;}
[C++]
HRESULT get_Type(
  BSTR* Type
);
[C++]

Parameters

Type [out, retval]   Type is a parameter of type BSTR

Product Availability

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

See Also

IMapLayerInfo4 Interface