ConstraintSystem.CreateVariable Method (CspComposite, Object)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Creates a composite variable with the specified domain and key.
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Function CreateVariable ( _
domain As CspComposite, _
key As Object _
) As CspTerm
public CspTerm CreateVariable(
CspComposite domain,
Object key
)
public:
CspTerm^ CreateVariable(
CspComposite^ domain,
Object^ key
)
member CreateVariable :
domain:CspComposite *
key:Object -> CspTerm
public function CreateVariable(
domain : CspComposite,
key : Object
) : CspTerm
Parameters
- domain
Type: Microsoft.SolverFoundation.Solvers.CspComposite
A domain for the variable.
- key
Type: System.Object
A key for the variable.
Return Value
Type: Microsoft.SolverFoundation.Solvers.CspTerm
A composite variable.
.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.