Share

Arc2d.GetArcData Method

Parent Object: Arc2d

Description

Get the data defining this arc.

Syntax

Arc2d.GetArcData( Center() As Double, Radius As Double, StartAngle As Double, SweepAngle As Double )

Parameters

Name Type Description
Center Double Input/output Double that specifies the arc's center.
Radius Double Output Double that specifies the radius of the arc.
StartAngle Double Output Double that specifies the arc's start angle.
SweepAngle Double Output Double that specifies the arc's sweep angle.

Version

Introduced in version 5

Was this information helpful?