Circle.GetPointsByLengthPerSegment Method

Public Function GetPointsByLengthPerSegment( _ 
ByVal length As Double
) As Point3D() Implements _ 
ICurve.GetPointsByLengthPerSegment
This language is not supported or no code example is available.
public Point3D[] GetPointsByLengthPerSegment( 
double length 
)
This language is not supported or no code example is available.

Parameters

length
double

Return Value

Point3D[]

Implements

ICurve.GetPointsByLengthPerSegment

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition