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


IEngineNAWindow.CategoryByNAClassName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineNAWindow Interface > IEngineNAWindow.CategoryByNAClassName Property
ArcGIS Developer Help

IEngineNAWindow.CategoryByNAClassName Property

The network analysis window by category.

[Visual Basic .NET]
Public Function get_CategoryByNAClassName ( _
    ByVal Name As String _
) As IEngineNAWindowCategory
[C#]
public IEngineNAWindowCategory get_CategoryByNAClassName (
    string Name
);
[C++]
HRESULT get_CategoryByNAClassName(
  BSTR Name,
  IEngineNAWindowCategory** Category
);
[C++]
Parameters
Name [in]

Name is a parameter of type BSTR Category [out, retval]
Category is a parameter of type IEngineNAWindowCategory**

Product Availability

Available with ArcGIS Engine.

Description

CategoryByNAClassName returns the IEngineNAWindowCategory interface corresponding to the NAClass specified by the name parameter.

[C#]

In C# use the get_CategoryByNAClassName method, as indexed property accessors are not supported.

See Also

IEngineNAWindow Interface