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


INAClassDefinitionEdit.Name Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAClassDefinitionEdit Interface > INAClassDefinitionEdit.Name Property
ArcGIS Developer Help

INAClassDefinitionEdit.Name Property

The name of the class.

[Visual Basic .NET]
Public WriteOnly Property Name
[C#]
public void Name {set;}
[C++]
HRESULT put_Name(
  BSTR 
);
[C++]
Parameters
 [in]

is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

This property should only be set by a custom solver during the creation of the NAContext.

See Also

INAClassDefinitionEdit Interface