public static IReadOnlyList<Element> SelectElements( LayoutView layoutView, Geometry geometry, SelectionCombinationMethod method, bool isWhollyWithin )
Public Shared Function SelectElements( _ ByVal layoutView As LayoutView, _ ByVal geometry As Geometry, _ Optional ByVal method As SelectionCombinationMethod, _ Optional ByVal isWhollyWithin As Boolean _ ) As IReadOnlyList(Of Element)
Parameters
- layoutView
- The layout view.
- geometry
- The selection geometry
- method
- Combination method used in selection operation
- isWhollyWithin
- Indicates whether only elements that are completely within the geometry should be selected.