Circle.IsLinear Method

Public Function IsLinear( _ 
ByVal tol As Double, _ 
ByRef line As Segment3D
) As Boolean Implements _ 
ICurve.IsLinear
This language is not supported or no code example is available.
public bool IsLinear( 
double tol
out Segment3D line 
)
This language is not supported or no code example is available.

Parameters

tol
double

line
Segment3D

Return Value

bool

Implements

ICurve.IsLinear

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition