Utility.OffsetPoint Method

Public Shared Sub OffsetPoint( _ 
ByVal p1 As Point3D, _ 
ByVal p2 As Point3D, _ 
ByVal length As Double, _ 
ByRef offsetPoint As Point3D
)
This language is not supported or no code example is available.
public static void OffsetPoint( 
Point3D p1
Point3D p2
double length
out Point3D offsetPoint 
)
This language is not supported or no code example is available.

Parameters

p1
Point3D

p2
Point3D

length
double

offsetPoint
Point3D

.NET Framework

Supported in: 4.8

In this article

Definition