SubmodelInstance.GetSubmodelInstance Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets a submodel instance that is a member of the current submodel instance that corresponds to a submodel instance that is defined in the same domain.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Function GetSubmodelInstance ( _
key As SubmodelInstance _
) As SubmodelInstance
public SubmodelInstance GetSubmodelInstance(
SubmodelInstance key
)
public:
SubmodelInstance^ GetSubmodelInstance(
SubmodelInstance^ key
)
member GetSubmodelInstance :
key:SubmodelInstance -> SubmodelInstance
public function GetSubmodelInstance(
key : SubmodelInstance
) : SubmodelInstance
Parameters
- key
Type: Microsoft.SolverFoundation.Services.SubmodelInstance
A submodel instance object in the domain of the current submodel instance.
Return Value
Type: Microsoft.SolverFoundation.Services.SubmodelInstance
A submodel instance object that is in the current submodel instance.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.