HiddenLinesView.AddIfDifferent (Point2D, Double, Interval, Boolean, IList<Tuple<Point2DDoubleIntervalBoolean>>) Method

Public Sub AddIfDifferent( _ 
ByVal cen As Point2D, _ 
ByVal radius As Double, _ 
ByVal domain As Interval, _ 
ByVal reference As Boolean, _ 
ByVal crList As IList(Of Tuple(Of Point2D, Double, Interval, Boolean)) _ 
)
This language is not supported or no code example is available.
public void AddIfDifferent( 
Point2D cen
double radius
Interval domain
bool reference
IList<Tuple<Point2D, double, Interval, bool>> crList 
)
This language is not supported or no code example is available.

Parameters

cen
Point2D

radius
double

domain
Interval

reference
bool

crList
IList<Tuple<Point2D, double, Interval, bool>>

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition