init(position:objectSpecifier:)
Initializes a positional specifier with a given position relative to another given specifier.
Declaration
init(position: NSPositionalSpecifier.InsertionPosition, objectSpecifier specifier: NSScriptObjectSpecifier)Parameters
- position:
The position for the new specifier relative to
specifier. - specifier:
The reference specifier.
Return Value
An initialized positional specifier with the position specified by position relative to the object specified by specifier.
See Also
Related Documentation
- Cocoa Scripting Guide