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


ILayerFactory.LayerCategory Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILayerFactory Interface > ILayerFactory.LayerCategory Property
ArcGIS Developer Help

ILayerFactory.LayerCategory Property

Category name.

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

Category is a parameter of type BSTR*

Product Availability

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

See Also

ILayerFactory Interface