SubmodelInstance.GetParameter Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Returns a parameter in a submodel instance that corresponds to a parameter that is defined in the same domain.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetParameter(Parameter) | Returns a parameter in a submodel instance that corresponds to a parameter that is defined in the same domain. | |
GetParameter(RandomParameter) | Returns a random parameter in a submodel instance that corresponds to a random parameter that is defined in the same domain. |
Top