Click or drag to resize

spiderStageControlAddObjective Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:imbWEM.Core.stage.spiderStageControl.AddObjective(System.String,System.String,imbWEM.Core.stage.spiderObjectiveEnum)"]

Namespace:  imbWEM.Core.stage
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public void AddObjective(
	string name,
	string description,
	spiderObjectiveEnum t1
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:imbWEM.Core.stage.spiderStageControl.AddObjective(System.String,System.String,imbWEM.Core.stage.spiderObjectiveEnum)"]

description
Type: SystemString

[Missing <param name="description"/> documentation for "M:imbWEM.Core.stage.spiderStageControl.AddObjective(System.String,System.String,imbWEM.Core.stage.spiderObjectiveEnum)"]

t1
Type: imbWEM.Core.stagespiderObjectiveEnum

[Missing <param name="t1"/> documentation for "M:imbWEM.Core.stage.spiderStageControl.AddObjective(System.String,System.String,imbWEM.Core.stage.spiderObjectiveEnum)"]

See Also