IsGeomClosed Method
Description
Tests if the geometry of the current open item is closed.
Syntax
Visual Basic |
---|
Public Function IsGeomClosed( _ 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 closed |
False
|
the current open item is open |
Remarks
Available: D SISpy
Groups:
Example
sis.IsGeomClosed (0)