|
IDimension::Name
Description
This property allows you to get and set a dimension name. By default, each dimension has a default name attached to it when being created (also called an internal name). In addition, you may attach your own name to a dimension and use it to access a specific dimension.
Syntax
Property get:
Name = Name ( );
Return: (String) Name |
Dimension name. |
Property set:
Name( Name );
Input: (String) Name |
Dimension name. |
|