All Frameworks  Object Hierarchy  This Framework  Previous  Indexes  

RenderingShootings (Collection)

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


A collection of all the Rendering Shootings objects.

Method Index

Add
Adds a new shooting to the shootings collection.
Item
Returns a renderingshooting index in the renderingshootings collection.
Remove
Removes a shooting from the shootings collection.
RemoveAll
Removes all shootings from the collection.

Methods


o Func Add() As CATIARenderingShooting
Adds a new shooting to the shootings collection.
o Func Item(CATVariant iIndex) As CATIARenderingShooting
Returns a renderingshooting index in the renderingshootings collection.
Parameters:
iIndex
The index of the shooting to retrieve in the collection of shootings. Compared with other collections, you cannot use the name of the shooting as argument.
Returns:
The retrieved shooting
Example:
The following example returns in MyShooting the sixth shooting in a shootings collection.
 Dim MyShooting As RenderingShooting
 Set MyShooting = RenderingShootings.Item(6)
 
o Sub Remove(CATVariant iIndex)
Removes a shooting from the shootings collection.
o Sub RemoveAll()
Removes all shootings from the collection.

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