ICustomDataSet.GetFeature Method
Reads a feature with a specific identifier.
GetFeature(System.UInt64 objectId)
Reads a feature with a specific identifier.Syntax
public Feature GetFeature (
System.UInt64 objectId
)
Parameters
The id of the feature to read.
Return Value
The specified feature, or a null reference.
Remarks
If this method always returns a null reference, the dataset will still function, but selection of objects from the dataset may not work.
Platforms
Windows, Linux, Android