Please enable JavaScript to view this site.

Returns the parameter value of a dynamic configuration, i.e., from a configuration that has been auto generated from a dynamic instance.

 

string DynConfigParameter(string productTitle; string instanceName; int instanceIndex; string parameterName)

 

productTitle

The title of the product of the dynamic configuration.

instanceName

The name of the dynamic instance driving the dynamic configuration.

instanceIndex

The zero-based index of the dynamic configuration. Use zero for non-indexed instances.

parameterName

The name of the parameter to read.

Example

DynConfigParameter("Wall block", "Wall 1", 3, "Width")

Returns the value of the parameter "Width" from the fourth dynamic "Wall block" configuration that is generated from the dynamic instance "Wall 1".

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC