Declaration

func replaceObjectInCustomParameters(at idx: UInt, withObject customParameter: GSCustomParameter)

Declaration

- (void) replaceObjectInCustomParametersAtIndex:(NSUInteger) idx withObject:(GSCustomParameter *) customParameter;

Declaration

replaceObjectInCustomParametersAtIndex_withObject_(idx: int, customParameter: GSCustomParameter)

Parameters

idx

The index.

customParameter

The new custom parameter.