v2.33
 
IParameterDefinition Interface Reference

Represents a parameter definition. This interface can be obtained through IParameter. More...

Inheritance diagram for IParameterDefinition:

Properties

BSTR Name [get]
 The name of the parameter. For STDL-based styles returns the style name in "groupName.parameterName" format.
 
ParameterType ParameterType [get]
 The type of the parameter.
 

Detailed Description

Represents a parameter definition. This interface can be obtained through IParameter.

Property Documentation

◆ Name

BSTR Name
get

The name of the parameter. For STDL-based styles returns the style name in "groupName.parameterName" format.

Returns
The name of the parameter.

◆ ParameterType

The type of the parameter.

Returns
The type of the parameter.