LinearPath.IsLinear Method

Public Function IsLinear( _ 
ByVal tolerance 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 tolerance
out Segment3D line 
)
This language is not supported or no code example is available.

Parameters

tolerance
double

line
Segment3D

Return Value

bool

Implements

ICurve.IsLinear

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition