This document is archived and information here might be outdated. Recommended version. |
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*
IsInput specifies if the NAClass is used as input to the solver.