Group.Insert Methods
Inserts a Feature as a child feature of the current Group.
Overload List
Name | Description | |
---|---|---|
Public method | Insert(Feature feature) | Inserts a Feature as a child feature of the current Group. |
Public method | Insert(Group group) | Inserts a Group as a child group of the current Group. |
Insert(Feature feature)
Inserts a Feature as a child feature of the current Group.Syntax
public Id Insert (
Feature feature
)
Parameters
The feature to insert as a child feature.
Return Value
The identity of feature.
Remarks
This method will attempt to insert feature into the GroupDataSet that the Group belongs to if feature does not belong to it already.
An exception will be thrown if feature belongs to another dataset or if it is defined in different coordinate reference system than the GroupDataSet that the group belongs to.
Insert(Group group)
Inserts a Group as a child group of the current Group.Syntax
public void Insert (
Group group
)
Parameters
The group to insert as a child group.
Remarks
This method will throw an exception if group does not belong to the same GroupDataSet, if it already is a child group or if the operation would have created a loop in the group tree.
Platforms
Windows, Linux, Android