ArcGIS Pro 2.6 API Reference Guide
Select Method (FeatureSceneLayer)

ArcGIS.Desktop.Mapping Namespace > FeatureSceneLayer Class : Select Method
A query filter or spatial filter
A combination method.
Selects features based upon the specified attribute and/or spatial criteria and combination method. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
Public Function Select( _
   Optional ByVal queryFilter As QueryFilter, _
   Optional ByVal method As SelectionCombinationMethod _
) As Selection

Parameters

queryFilter
A query filter or spatial filter
method
A combination method.

Return Value

Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
No associated feature service
Remarks
Select can only be used on feature scene layers that have an associated feature service. Check HasAssociatedFeatureService property to determine if the FeatureSceneLayer has an associated feature service. Calling Select() on a FeatureSceneLayer with no associated feature service will throw a System.InvalidOperationException
Selected features will be highlighted on the map and on the table view
Select() also honors any existing definition query.
Callers should explicitly dispose of the returned ArcGIS.Core.Data.Selection.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

FeatureSceneLayer Class
FeatureSceneLayer Members