ABQMassScalings (Object)

Represents a collection of
entries.
Role:

Methods


Func Add() As
Adds a new to the collection.
Returns:
The created ABQMassScaling entry.
Func Item( iIndex) As
Returns the entry for the specified index.
Parameters:
iIndex
The index or the name of the ABQMassScaling to retrieve. If the index is a number, it specifies the element offset within the collection. The offset starts at 1. If the index is a string, it specifies the name (MassScaling.Name property) of the desired element.
Sub Remove( iIndex)
Removes the specified entry.
Parameters:
iIndex
The index or the name of the ABQMassScaling to remove. If the index is a number, it specifies the element offset within the collection. The offset starts at 1. If the index is a string, it specifies the name (MassScaling.Name property) of the desired element.