Remove(Index: Integer): Boolean;
Remove(Index: integer): boolean;
Index. Index of removed dimension.
The Remove method removes a dimension with the specified index.
If the removal is successful, the method returns True, otherwise it returns False.
Indexing of dimensions in collection is continuous and starts with zero. To get the number of dimension in the collection, use the IMsDimIteratorDimensions.Count property.
See also: