ISimulation Object Interface
This interface defines the basic properties of Simulation Objects (Unit Operations, Material Streams and Energy Streams)
Definition
Namespace: DWSIM.Interfaces
Assembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 10.0.0.0
Assembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 10.0.0.0
C#
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)]
public interface ISimulationObjectVB
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)>
Public Interface ISimulationObjectProperties
| AdjustVarType | If an Adjust object is attached to this object, returns a variable describing how this object is used by it (manipulated, controlled or reference). |
| Annotation | |
| AttachedAdjustId | If an Adjust object is attached to this object, returns its ID. |
| AttachedInfoCarrierId | If an information carrier object is attached to this object, returns its ID. |
| AttachedSpecId | If an information carrier object is attached to this object, returns its ID. |
| AttachedUtilities | |
| Bottom | |
| Calculated | |
| CanUsePreviousResults | |
| DebugMode | |
| DebugText | |
| DynamicsOnly | |
| DynamicsSpec | |
| ErrorMessage | |
| ExtraProperties | |
| ExtraPropertiesDescriptions | |
| ExtraPropertiesTypes | |
| ExtraPropertiesUnitTypes | |
| GHGEmissionData | |
| GraphicObject | |
| HasPropertiesForDynamicMode | |
| Height | |
| InfoCarrierVarType | If an Specification object is attached to this object, returns a variable describing how this object is used by it (target or source). |
| IsAdjustAttached | Checks if an Adjust operation is attached to this object. |
| IsDirty | |
| IsFunctional | |
| IsInfoCarrierAttached | Checks if an information carrier operation is attached to this object. |
| IsSink | |
| IsSource | |
| IsSpecAttached | Checks if an Specification operation is attached to this object. |
| LastUpdated | |
| Left | |
| MobileCompatible | |
| Name | |
| ObjectClass | |
| PreferredFlashAlgorithmTag | |
| PropertyPackage | |
| Right | |
| SpecVarType | If an Specification object is attached to this object, returns a variable describing how this object is used by it (target or source). |
| SupportsDynamicMode | |
| Top | |
| Width |