public bool ZoomToElements( IEnumerable<Element> elements )
Public Function ZoomToElements( _ ByVal elements As IEnumerable(Of Element) _ ) As Boolean
Parameters
- elements
- The set of elements to zoom to.
Return Value
Returns
true
if the navigation is completed, false
if it was interrupted by another view navigation.