Share

ModelParameter.ConvertToReferenceParameter Method

Parent Object: ModelParameter

Description

Method that causes the parameter to be converted to a reference parameter. The new ReferenceParameter object is returned. This method will fail if this is a built-in parameter (indicated by the BuiltIn property).

Syntax

ModelParameter.ConvertToReferenceParameter() As ReferenceParameter

Version

Introduced in version 10

Was this information helpful?