Point3D.IsValid Method

Returns true if the point's coordinates are reasonable values.
Public Overrides Function IsValid() As Boolean
This language is not supported or no code example is available.
public override bool IsValid()
This language is not supported or no code example is available.

Return Value

bool

True if the point is valid, false otherwise.

.NET Framework

Supported in: 4.8

In this article

Definition