All Cadcorp SIS API Methods

IsGeomClockwise Method

Description

Tests if the geometry of the current open item is clockwise.

Syntax

Visual Basic
Public Function IsGeomClockwise( _
   ByVal nGeom As Long _
) As Integer

Parameters

nGeom
The index of the geometry component, starting at 0. Use GetNumGeom to get the number of geometry components in an Item.

Return Type

True   the current open item is clockwise
False the current open item is anti-clockwise

Remarks

Available: D SISpy

Groups:

Example

sis.IsGeomClockwise (0)