Radius Property

Radius sets or returns the radius of the range ring. Returns a Double.

Syntax

object. Radius( Radius )

Parameter

Type

Description

Radius

Double

optional, radius of range ring

Remarks

The Radius value is in inches when the range ring is in the plot document. The Radius value is in map units when the range ring is in a base layer.

Example 1

This example demonstrates how to return the range ring radius .

Debug.Print "Radius "; RangeRing.Radius

Example 2

This example demonstrates how to set the range ring radius to 0.75

RangeRing.Radius = 0.75

Used by: RangeRing Object