This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineNAWindow Interface > IEngineNAWindow.CategoryByNAClassName Property (ArcObjects .NET 10.4 SDK) |
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
CategoryByNAClassName returns the IEngineNAWindowCategory interface corresponding to the NAClass specified by the name parameter.
In C# use the get_CategoryByNAClassName method, as indexed property accessors are not supported.