Set the ObjectIDSegment expression.
Visual Basic |
---|
Public Sub SetObjectIDSegmentExpression( _ ByVal Segment As Long _ ) |
This expression type can be used to limit the search results by object ID. The value stored in the parent SearchCondition object identifies the ID segment of the searched object. The value returned by this method identifies the segment range (i.e., if the segment range is 1,000 and the expression limits objects to segment 2, only object IDs 2,000-2,999 are returned).
The condition type of the SearchCondition object must be MFConditionTypeEqual, and the data type of the encapsulated TypedValue object must be MFDatatypeInteger.