|
IMdlrModel::SetDimensionByName
Description
This method allows you to set new values for an existing dimension. For example, if you have an existing dimension you may change it using the IDimension interface and then call this method to set updated values. To evaluate changes, call the IMdlrModel::UpdateDimension method.
Syntax
SetDimensionByName( NewDimension );
Input: (IDimension) NewDimension |
A dimension with new values. |
|