Ms > Ms Assembly Interfaces > IMsDimOpenParamValues
Assembly: Ms;
The IMsDimOpenParamValues interface is used to specify the parameters that will be used on opening dimensions in modeling object.
Property name | Brief description | |
![]() |
Count | The Count property returns the number of elements in the collection. |
![]() |
Item | The Item property returns the specified set of opening parameters from the collection. |
Method name | Brief description | |
![]() |
Add | The Add method adds a new set of dimension opening parameters. |
![]() |
Clear | The Clear method clears the collection of dimension opening parameters. |
![]() |
FindByDimId | The FindByDimId method returns dimension opening parameters by identifier. |
![]() |
FindByDimKey | The FindByDimKey method returns dimension opening parameters by key. |
![]() |
Remove | The Remove method removes set of opening parameters from the collection with the specified index. |
![]() |
RemoveByDimKey | The RemoveByDimKey method removes the specified set of opening parameters from the collection by dimension key. |
See also: