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


ILayerFactory.LayerCategory Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ILayerFactory.LayerCategory Property

Category name.

[Visual Basic .NET]
Public ReadOnly Property LayerCategory As String
[C#]
public string LayerCategory {get;}
[C++]
HRESULT get_LayerCategory(
  BSTR* 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