LogicEngine.DeleteModel Method

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.Engine Namespace > LogicEngine Class > LogicEngine Methods >

LogicEngine.DeleteModel Method

Deletes a model and its associated instance from the collection based on the provided model ID.

Namespace: BNCS.Logic.Engine
Assembly:  BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)

 

Syntax


public static bool DeleteModel(
 Guid modelId
)

Parameters

modelId

Type: Guid
The unique identifier of the model to be deleted.

Return Value

true if the model and its instance were successfully found and deleted; otherwise, false.

 

See Also


LogicEngine Class

BNCS.Logic.Engine Namespace