public KnowledgeGraphLayerIDSet SetSelectedRecords( KnowledgeGraphLayerIDSet idSet, SelectionCombinationMethod method )
Public Function SetSelectedRecords( _ ByVal idSet As KnowledgeGraphLayerIDSet, _ ByVal method As SelectionCombinationMethod _ ) As KnowledgeGraphLayerIDSet
Parameters
- idSet
- The set of records to select. A null or empty idSet with a method of ArcGIS.Desktop.Mapping.SelectionCombinationMethod.New will clear the selected records.
- method
- Combination method used in the selection operation.
Return Value
A ArcGIS.Desktop.Mapping.KnowledgeGraphLayerIDSet representing the selected records.