Package com.dassault_systemes.vpmdesktop.vdk0interfaces.interfaces |
|
Interface ENOVIObjectList
|
com.dassault_systemes.vpmdesktop.vdk0interfaces.interfaces.ENOVIObjectList
Framework : VPMDesktop
Module : VDK0Interfaces
public interface ENOVIObjectList
Collection interface for ENOVIObject.
An implementation of this interface is supplied and you must use it as is.
You should not reimplement it.
getTypeByIndex
ENOVIType getTypeByIndex(int index)
Returns the type definition of the object located at the index.
- Returns:
the type definition interface ENOVIType.
getSize
int getSize()
Returns the size of the list.
getObjectByIndex
ENOVIObject getObjectByIndex(int index)
Returns the object located at a given index.
- Returns:
the object interface ENOVIObject.
Copyright © 2000, Dassault Systèmes. All rights reserved