CustomOperatorResult.AddRange Methods
Adds multiple features to the end of the result.
Thread safety: This property is not thread-safe.
Overload List
Name | Description | |
---|---|---|
Public method | AddRange(FeatureCollection features) | Adds the features in the specified collection to the end of the result. |
Public method | AddRange(IEnumerable< Feature > features) | Adds the features in the specified collection to the end of the result. |
AddRange(FeatureCollection features)
Adds the features in the specified collection to the end of the result.Syntax
public void AddRange (
FeatureCollection features
)
Parameters
features
Type: A collection of Feature elements.
A collection of features.
A collection of features.
AddRange(IEnumerable< Feature > features)
Adds the features in the specified collection to the end of the result.Syntax
public void AddRange (
IEnumerable< Feature > features
)
Parameters
features
Type: A collection of Feature elements.
A collection of features.
A collection of features.
Platforms
Windows, Linux, Android