Vector3D.IsValid Method

Returns true if the vector'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 vector is valid, false otherwise.

.NET Framework

Supported in: 4.8

In this article

Definition