Check that the segment is valid.

syntaxSyntax:
DlxSegment.IsValid()

Return Value

Returns true if the segment coordinates are valid otherwise returns false. The segment is invalid if at least one of the coordinates is NaN.

Remarks

To invalidate a segment call the Invalidate method.

Example

  Copy codeCopy code

See also