Model Methods
- Updated2023-02-21
- 4 minute(s) read
The Model type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Class Destructor (Overrides Section.Finalize().) | |
| FindChildrenByGUID | Gets an array that contains the child BaseNode elements of the current node that match the specified TypeGUID. (Inherited from BaseNode.) | |
| FindFirstChildWithName | Gets the first child node with the specified name. (Inherited from BaseNode.) | |
| FindNodeByPath | Gets a node using the specified path. (Inherited from BaseNode.) | |
| GetChildren | Gets an array that contains the child BaseNode elements of the current node. (Inherited from BaseNode.) | |
| GetDocumentPath | Gets the path to the system definition file that owns this node. (Inherited from BaseNode.) | |
| GetDocumentRoot | Gets the Root node of the system definition file. (Inherited from BaseNode.) | |
| GetExecutionSection | Gets the Execution section, which contains channels that track execution details of the model, such as its current status and the amount of time that has elapsed since it began executing. . | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetInportsSection | Gets the Inports section, which contains all the Inport and InportGroup objects under the model. | |
| GetOutportsSection | Gets the Outports section, which contains all the Outport and OutportGroup objects under the model. | |
| GetParametersSection | Gets the ModelParameters section, which contains all the ModelParameter and ModelParameterGroup objects under the model. | |
| GetParent | Gets the parent node of this node. (Inherited from BaseNode.) | |
| GetSignalsSection | Gets the ModelSignals section, which contains all the ModelSignal and ModelSignalGroup objects under the model. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RefreshModelInformation | Overloaded.
Reloads a previously imported model.
| |
| RemoveNode | Removes this node from the hierarchy, if the node can be removed. (Inherited from BaseNode.) | |
| RenameNode | Renames this node to the name you specify, if the node can be renamed and if the name you specify is not already in use by a sibling of this node. (Overrides BaseNode.RenameNode(String).) | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |