ArcGIS Pro 2.6 API Reference Guide
Offset Method (RangeExtent)

ArcGIS.Desktop.Mapping Namespace > RangeExtent Class : Offset Method
The distance to offset the current instance by.
Returns a new range extent offset from the current instance using the specified delta.
Syntax
public RangeExtent Offset( 
   double delta
)
Public Function Offset( _
   ByVal delta As Double _
) As RangeExtent

Parameters

delta
The distance to offset the current instance by.

Return Value

A new RangeExtent that is equal to this instance offset by the delta.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

RangeExtent Class
RangeExtent Members