ArcObjects Library Reference (NetworkAnalyst)  

INAClassDefinitionEdit.IsInput Property

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

[Visual Basic .NET]
Public WriteOnly Property IsInput
[C#]
public void IsInput {set;}
[C++]
HRESULT put_IsInput(
  VARIANT_BOOL 
);
[C++]

Parameters

[in]    is a parameter of type VARIANT_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 for the solve.

An NAClass may be both an input and output class.  For example, Stops are used as input to specify the locations visited and used as output to specify how long it took to reach each location visited.

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

See Also

INAClassDefinitionEdit Interface