Role: The SampledsNode interface can be used to obtain different types of based collections from within the current action document.
Methods
- Func GetSampleds( iCollectionName) As
-
Retrieves a sampleds based collection of objects
- Parameters:
-
- iCollectionName
- The name of the collection to retrieve. dd>
- Returns:
- The requested collection
- Example:
-
The following example retrieves the collection of
objects (called CATIATracks) from within the current document.
Dim myTracks as Tracks Set myTracks = SampledsNode.GetSampleds ("Tracks")dd>