Group.GetChildFeatures Method
Returns all features that are direct children of the current Group.
GetChildFeatures()
Returns all features that are direct children of the current Group.Syntax
public FeatureCollection GetChildFeatures ()
Return Value
All child features of the current group.
Remarks
This method returns a copy of the collection that holds the child features and modifying it will not modify the child features of the current Group. To add or remove child features use the Insert and Remove methods.
Platforms
Windows, Linux, Android