Xline(Point3D, Vector3D) Constructor

Standard constructor.
Public Sub New( _ 
ByVal startPoint As Point3D, _ 
ByVal direction As Vector3D
)
This language is not supported or no code example is available.
public Xline( 
Point3D startPoint
Vector3D direction 
)
This language is not supported or no code example is available.

Parameters

startPoint
Point3D

The base point.

direction
Vector3D

The direction.

.NET Framework

Supported in: 4.8

In this article

Definition