Group.Remove Methods
Removes the specified Feature from the collection of child features.
Overload List
Name | Description | |
---|---|---|
Public method | Remove(Feature feature) | Removes the specified Feature from the collection of child features. |
Public method | Remove(Group group) | Removes the specified Group from the collection of child groups. |
Remove(Feature feature)
Removes the specified Feature from the collection of child features.Syntax
public System.Boolean Remove (
Feature feature
)
Parameters
The feature to remove.
Return Value
True if feature was removed successfully; otherwise, False.
Remarks
This method does not remove feature from the GroupDataSet it belongs to, it only removes it from the child features of the current Group.
Remove(Group group)
Removes the specified Group from the collection of child groups.Syntax
public System.Boolean Remove (
Group group
)
Parameters
The group to remove.
Return Value
True if group was removed successfully; otherwise, False.
Remarks
This method does not remove group from the GroupDataSet it belongs to, it only removes it from the child groups of the current Group.
Platforms
Windows, Linux, Android