LinkingPoint(Point3D, ICurve, Boolean) Constructor

Public Sub New( _ 
ByVal point As Point3D, _ 
ByVal intersectionCurve As ICurve, _ 
ByVal innerCurve As Boolean
)
This language is not supported or no code example is available.
public LinkingPoint( 
Point3D point
ICurve intersectionCurve
bool innerCurve 
)
This language is not supported or no code example is available.

Parameters

point
Point3D

intersectionCurve
ICurve

innerCurve
bool

.NET Framework

Supported in: 4.8

In this article

Definition