CreateDimension method
Creates a master dimension. A master dimension is stored in the library of an app and can be used in many objects. Several generic objects can contain the same dimension.
Parameters
| Name | Description | Mandatory | Type | 
|---|---|---|---|
| qProp | Information about the properties.  | 
			Yes | GenericDimensionProperties | 
Returns
| Name | Description | Type | 
|---|---|---|
| qInfo | { "qId": "<identifier of the dimension>", "qType": "Dimension" }  | 
			NxInfo | 
| qReturn | { "qType": "GenericDimension", "qHandle": <handle of the dimension> }  | 
			ObjectInterface |