ArcObjects Library Reference (NetworkAnalyst)  

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(
  VARIANT_BOOL* IsOutput
);
[C++]

Parameters

IsOutput [out, retval]   IsOutput is a parameter of type VARIANT_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