'Declaration
Public Function ZoomToItems( _ Optional ByVal items As IEnumerable(Of VectorItem) _ ) As Boolean
public bool ZoomToItems( IEnumerable<VectorItem> items )
Parameters
- items
- The vector items (can be null to select all).
Return Value
false
, if there are no items to track; otherwise, true
.