|
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.
- Since:
- V5R11
getObjectByIndex
public ENOVIObject getObjectByIndex(int index)
Returns the object located at a given index.
- Return:
- the object interface ENOVIObject.
getSize
public int getSize()
Returns the size of the list.
getTypeByIndex
public ENOVIType getTypeByIndex(int index)
Returns the type definition of the object located at the index.
- Return:
- the type definition interface ENOVIType.
Copyright © 2000, Dassault Systèmes. All rights reserved