Arbortext IsoView > Programmer's Reference > Object Functions
  
Object Functions
GetObjectCount
* 
This method is deprecated and supported for backward compatibility. Use Iso3GetObjectCount instead. (See Iso3GetObjectCount.)
Use this property to retrieve the number of objects in the current illustration. To retrieve further object information you can use see GetObjectID, GetObjectName, GetObjectDataString, and GetObjectTip.
This method returns the number of objects as long.
Introduced with Arbortext IsoView 2.0.
See:
GetObjectID
GetObjectName
GetObjectTip
Syntax
GetObjectCount
n = document.ivx1.GetObjectCount();