|
<< 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)
public static bool DeleteModel(
Guid modelId
)
modelId
Type: Guid
The unique identifier of the model to be deleted.
true if the model and its instance were successfully found and deleted; otherwise, false.