PresentationObject.GetUniqueSourceFeatures Methods
Returns the source Feature elements of all PresentationObject in a collection.
Overload List
Name | Description | |
---|---|---|
GetUniqueSourceFeatures(PresentationObjectCollection presentationObjects) | Returns the source Feature elements of all PresentationObject in a collection. | |
GetUniqueSourceFeatures(IEnumerable< PresentationObject > presentationObjects) | Returns the source Feature elements of all PresentationObject in a collection. |
GetUniqueSourceFeatures(PresentationObjectCollection presentationObjects)
Returns the source Feature elements of all PresentationObject in a collection.Syntax
public static FeatureCollection GetUniqueSourceFeatures (
PresentationObjectCollection presentationObjects
)
Parameters
A collection of presentation objects.
Return Value
The features that are the source of all presentation objects in presentationObjects.
Remarks
This method removes all duplicates in the result.
GetUniqueSourceFeatures(IEnumerable< PresentationObject > presentationObjects)
Returns the source Feature elements of all PresentationObject in a collection.Syntax
public static FeatureCollection GetUniqueSourceFeatures (
IEnumerable< PresentationObject > presentationObjects
)
Parameters
A collection of presentation objects.
Return Value
The features that are the source of all presentation objects in presentationObjects.
Remarks
This method removes all duplicates in the result.
Platforms
Windows, Linux, Android