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.