atIndex(_:)
Returns the descriptor at the specified (one-based) position in the receiving descriptor list.
Declaration
func atIndex(_ index: Int) -> NSAppleEventDescriptor?Parameters
- index:
The one-based descriptor list position of the descriptor to return.
Return Value
The descriptor from the specified position (one-based) in the descriptor list, or nil if the specified descriptor cannot be obtained.