Click or drag to resize

spiderStageBaseAddObjective Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

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

Namespace:  imbWEM.Core.stage
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public spiderObjective AddObjective(
	string __name,
	string __description,
	spiderObjectiveEnum __tag
)

Parameters

__name
Type: SystemString

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

__description
Type: SystemString

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

__tag
Type: imbWEM.Core.stagespiderObjectiveEnum

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

Return Value

Type: spiderObjective

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

See Also