Instance Method
replaceObjectInCustomParameters(at:withObject:) replaceObjectInCustomParametersAtIndex:withObject: replaceObjectInCustomParametersAtIndex_withObject_
Replaces the custom parameter at the specified index with a new custom parameter.
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
idxThe index.
customParameterThe new custom parameter.