AddFormulaParameterNamespace
Defines a namespace used in the QNames of parameter names, types, or values. All the arguments are strings:
•prefix is the namespace-prefix of values passed to addFormulaArrayParameter;
•uri is the namespace URI to use.
For more information and code samples, see the section, XBRL Formula Parameters.
COM and .NET
Signature: AddFormulaParameterNamespace(string prefix, string uri)
Java
Signature: public void addFormulaParameterNamespace(string prefix, string uri)