|
IAssemblyModel::GetDimensionByInternalName
Description
This method allows you to get a dimension specified by its internal name from a given model.
Syntax
Dimansion = GetDimensionByName( Name, DimensionModel );
Input: (String) DimensionName |
An internal name of a dimension. |
Input: (IModel) DimensionModel |
The model from which to get a dimension with a current internal name. |
Return: (IDimension) Dimansion |
Returned dimension. |
|