| ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Objects > IGSettings Object > IGSettings Methods > GetParamCopy Method |
Creates a new object and copies global parameter data into it. Parameter is identified by its name.
GetParamCopy (ParamName As String) As IGGlobalParameter
| Name | Description |
|---|---|
| ParamName | The name of the parameter. |
A new instance of the IGGlobalParameter Object.
N/A
Core