I have what I believe to be a very simple question, but I cannot find an answer for it. Is there a method of getting a single feature from an object id (OID)? In ArcObjects this can be accomplished by simply calling GetFeature() on a feature class object and passing in an object id. An example would be IFeature feature = featClass.GetFeature(100).