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


IARLayer.Type Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (PublisherControls)  

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