Share

Arc2d.PutArcData Method

Parent Object: Arc2d

Description

Method that sets the data defining this arc.

Syntax

Arc2d.PutArcData( 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 Input Double that specifies the radius of the arc.
StartAngle Double Input Double that specifies the arc's start angle.
SweepAngle Double Input Double that specifies the arc's sweep angle.

Version

Introduced in version 5

Was this information helpful?