HiddenLinesView.AddIfDifferent (Point2D, Point2D, IList<Segment2D>) Method

Public Sub AddIfDifferent( _ 
ByVal start As Point2D, _ 
ByVal end As Point2D, _ 
ByVal lnList As IList(Of Segment2D) _ 
)
This language is not supported or no code example is available.
public void AddIfDifferent( 
Point2D start
Point2D end
IList<Segment2D> lnList 
)
This language is not supported or no code example is available.

Parameters

start
Point2D

end
Point2D

lnList
IList<Segment2D>

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition