INCarSeat Enum

Definition

Enumerates car seat positions.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public enum INCarSeat
type INCarSeat = 
Inheritance
INCarSeat
Attributes

Fields

Name Value Description
Unknown 0

An undetermined position.

Driver 1

The seat in which the driver sits.

Passenger 2

The front seat in which the passenger sits.

FrontLeft 3

The seat in the front left.

FrontRight 4

The seat in the front right.

Front 5

The first row of seats.

RearLeft 6

The left seat in the 2nd row.

RearRight 7

The right seat in the 2nd row.

Rear 8

The 2nd row of seats.

ThirdRowLeft 9

The left seat in the third row.

ThirdRowRight 10

The right seat in the third row.

ThirdRow 11

The third row of seats.

All 12

All seats in the car.

Applies to