Layer Functions
GetLayerCount
Use this method to retrieve the number of layers in the current illustration. It returns the number of layers as long.
To retrieve further layer information you can use
GetLayerName,
GetLayerVisibility. (See
GetLayerName and
GetLayerVisibility.)
Introduced with Arbortext IsoView 2.0.
Syntax
GetLayerCount
n = document.ivx1.GetLayerCount();