Add Method ()
The Add method adds an object to a collection.
Syntax
collection .Add()
Applies To
CalculationDefinitions Collection
Discussion
Use this method without parameters to add objects to their respective collections.
You can also use the AssociateWith and DimensionAssociateWith methods to add objects to an Associations collection.
Return Type
Object
Examples
objCurrencyRecord = objModel.CurrencyRecords.Add()