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