ModelBuilderDefinition Constructor

Mathematical model builder containing key and definition information.

Definition

Namespace: Orx.MathProg
Assembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
public ModelBuilderDefinition(
	string Key,
	string Definition
)

Parameters

Key  String
Key of the model.
Definition  String
Definition of the model.

See Also