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