ownerId Instance Property

@property (nonatomic, readonly) int ownerId;

The ID of this attribute’s owner (for example, the line that owns a word), or -1 if none.

Top