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


IARLayer.Type Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARLayer Interface > IARLayer.Type Property
ArcGIS Developer Help

IARLayer.Type Property

The description of the type of layer.

[Visual Basic .NET]
Public ReadOnly Property Type As String
[C#]
public string Type {get;}

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Returns the type of ARLayer. For example, 'FeatureLayer' or 'RasterLayer'.

See Also

IARLayer Interface