![]() |
This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAClassDefinition Interface > INAClassDefinition.IsInput Property (ArcObjects .NET 10.5 SDK) |
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(
VARIANT_BOOL* IsInput
);
[C++]
Parameters IsInput [out, retval] IsInput is a parameter of type VARIANT_BOOL
IsInput specifies if the NAClass is used as input to the solver.