ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / RangeExtent Class / Offset Method
The distance to offset the current instance by.

In This Topic
    Offset Method (RangeExtent)
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also