All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

ArrNomenclatures (Collection)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---Collection
          |
          +---ArrNomenclatures
 


The collection of UserNomenclature objects.

Method Index

AddUserNomenclature
Creates a new UserNomenclature and adds it to this collection.
Item
Returns the specified item of the collection

Methods


o Func AddUserNomenclature(CATBSTR iName,
CATBSTR iIconName,
CATBSTR iClassType,
CATBSTR iSuperType) As CATIAArrNomenclature
Creates a new UserNomenclature and adds it to this collection. The NomenclatureType of the new UserNomenclature will be "User". The base objects in the UserDictionary are created when the UserDictionary is created.
Parameters:
iName
The user nomenclature name.
iIconName
The icon name associated to this nomenclature name.
Returns:
The new UserNomenclature.
o Func Item(CATVariant iIndex) As CATIAArrNomenclature
Returns the specified item of the collection
Parameters:
iItem
The list index (long) or name (CATBSTR) of the member to retrieve.
Returns:
The retrieved member object.

Copyright © 2003, Dassault Systèmes. All rights reserved.