Instance Method
objectInCustomParameters(at:)objectInCustomParametersAtIndex:objectInCustomParametersAtIndex_
Returns the custom parameter object at the specified index.
Declaration
func objectInCustomParameters(at idx: UInt) -> GSCustomParameter?Declaration
- (GSCustomParameter *) objectInCustomParametersAtIndex:(NSUInteger) idx;Declaration
objectInCustomParametersAtIndex_(idx: int) -> GSCustomParameterParameters
idxThe index.
Return Value
The custom parameter object.