Plane.Offset Method

Returns a new plane with the specified offset from this one.
Public Function Offset( _ 
ByVal amount As Double
) As Plane
This language is not supported or no code example is available.
public Plane Offset( 
double amount 
)
This language is not supported or no code example is available.

Parameters

amount
double

The offset amount

Return Value

Plane

The new plane object.

.NET Framework

Supported in: 4.8

In this article

Definition