DataSet.GetFeature Method
Gets the feature with the specified identity.
GetFeature(Id id)
Gets the feature with the specified identity.Syntax
public Feature GetFeature (
Id id
)
Parameters
The identity of the feature to get.
Return Value
The feature with the specified identity or a null reference if it could not be found.
Remarks
This method will return the first feature with the given id in the dataset. If there are several features with the same id in the dataset, all features after the first are ignored. It is possible to obtain all features with a specific id using the GetFeatures method with a FeatureQuery argument with the ids property set.
Platforms
Windows, Linux, Android