Region.IsPointInside (Point3D) Method

Tests if a 3D point is inside the region.
Public Function IsPointInside( _ 
ByVal testPoint As Point3D
) As Boolean
This language is not supported or no code example is available.
public bool IsPointInside( 
Point3D testPoint 
)
This language is not supported or no code example is available.

Parameters

testPoint
Point3D

The test 3D point

Return Value

bool

True if the 3D point is inside, false otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition