Get the outputs that defined on this interface page.
Outputs are model entities that dispaly output values in graphs, tables, numeric displays, etc.
Namespace:
iseesystems.iseeNETAssembly: iseesystems.iseeNET.Simulation (in iseesystems.iseeNET.Simulation.dll) Version: 1.0.3315.21357
Syntax
| C# |
|---|
public OutputCollection Outputs { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Outputs As OutputCollection |
| Visual C++ |
|---|
public: property OutputCollection^ Outputs { OutputCollection^ get (); void set (OutputCollection^ value); } |