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


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

INAClassDefinition.IsOutput Property

Indicates if the class is used as an output from analysis.

[Visual Basic .NET]
Public ReadOnly Property IsOutput As Boolean
[C#]
public bool IsOutput {get;}
[C++]
HRESULT get_IsOutput(
  Boolean* IsOutput
);
[C++]
Parameters
IsOutput [out, retval]

IsOutput is a parameter of type bool*

Product Availability

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

Remarks

IsOutput specifies if the NAClass is used as output by the solver.

See Also

INAClassDefinition Interface