Circle.PointAt Method

Evaluates a point on the circle using trigonometric parameterization.
Public Function PointAt( _ 
ByVal t As Double
) As Point3D Implements _ 
ICurve.PointAt
This language is not supported or no code example is available.
public Point3D PointAt( 
double t 
)
This language is not supported or no code example is available.

Parameters

t
double

Parameter

Return Value

Point3D

The 3D point.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition