DimViewOptionsDialog.ActiveDimMeta

Syntax

ActiveDimMeta: Object

Description

The ActiveDimMeta property sets metadata of the current dimension in the Layout Setup dialog box.

Comments

Property value as a JSON object can be set from JSON or using the setActiveDimMeta method, property value is returned by the getActiveDimMeta method.

The setActiveDimMeta method returns a JSON object as a parameter.

Example

The example of property use is given on the Example of Creating the DimViewOptionsDialog Component page.

See also:

DimViewOptionsDialog