ArcPad Scripting Object Model
Inset Method
See Also  Send comments on this topic.
dx
Required. A Double that represents the distance in the X direction to decrease the width of the ellipse.
dy
Required. A Double that represents the distance in the Y direction to decrease the width of the ellipse.
Ellipse Object : Inset Method

Glossary Item Box

Description

Decreases the width and height of the ellipse by the specified amount, in units of the coordinate system of the current map.

Syntax

object.Inset ( dX, dY )

Parameters

dx
Required. A Double that represents the distance in the X direction to decrease the width of the ellipse.
dy
Required. A Double that represents the distance in the Y direction to decrease the width of the ellipse.

Remarks

The Inset method decreases the ellipse by dX at both the left and the right and decreases the ellipse by dY at both the top and the bottom.

See Also

© 2012 All Rights Reserved.