Click or drag to resize
IModelContainerRemoveModel Method
Remove a specific item from a section

Namespace: FlexRule.Core.Model
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
void RemoveModel(
	string sectionName,
	int index
)

Parameters

sectionName
Type: SystemString
index
Type: SystemInt32
See Also