ArcGIS Pro 3.7 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 Function Offset( _
       ByVal delta As Double _
    ) As RangeExtent
    public RangeExtent Offset( 
       double delta
    )

    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also