This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAClassDefinition Interface > INAClassDefinition.IsOutput Property (ArcObjects .NET 10.4 SDK) |
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
IsOutput specifies if the NAClass is used as output by the solver.