public Nullable<bool> FeatureDeleted( MapMember member, long oid )
Public Function FeatureDeleted( _ ByVal member As MapMember, _ ByVal oid As Long _ ) As Nullable(Of Boolean)
Parameters
- member
- The MapMember.
- oid
- The feature ID.
Return Value
true if the feature may have been deleted, null if Invalidated is true, false otherwise.