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