Instance Method
objectInProperties(at:)objectInPropertiesAtIndex:objectInPropertiesAtIndex_
Returns the property object at the specified index.
Declaration
func objectInProperties(at idx: UInt) -> GSInfoProperty?Declaration
- (GSInfoProperty *) objectInPropertiesAtIndex:(NSUInteger) idx;Declaration
objectInPropertiesAtIndex_(idx: int) -> GSInfoPropertyParameters
idxThe index.
Return Value
The property object.