What is the syntax for SubsetElementGetIndex?
SubsetElementGetIndex(DimName, SubsetName, ElementName, StartIndex)
- DimName = Name of the Dimension where the subset exists.
- SubsetName = Name of the subset from where we want to retrieve the element index.
- ElementName = Name of the element from which we want to retrieve the index from the subset.
- StartIndex = Index number to start searching from. This value must be between 1 and the size of the subset.