Skip to content

P_Rhino_Geometry_Vector2d_IsValid

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Vector2d.IsValid Property

Gets a value indicating whether this vector is valid. A valid vector must be formed of valid component values for x, y and z.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool IsValid { get; }

VB

Public ReadOnly Property IsValid As Boolean
	Get

Property Value

Type: Boolean

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Vector2d Structure
Rhino.Geometry Namespace

Clone this wiki locally