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


INAClassDefinition.IsInput 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.IsInput Property
ArcGIS Developer Help

INAClassDefinition.IsInput Property

Indicates if the class is used as an input to analysis.

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

IsInput is a parameter of type bool*

Product Availability

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

Remarks

IsInput specifies if the NAClass is used as input to the solver.

See Also

INAClassDefinition Interface

.NET Samples

ArcGIS Network Analyst extension Engine application