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

Return Value

Type: Microsoft.SolverFoundation.Services.SubmodelInstance
A submodel instance object that is in the current submodel instance.

.NET Framework Security

See Also

Reference

SubmodelInstance Class

Microsoft.SolverFoundation.Services Namespace