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

All 12

All seats in the car.

Driver 1

The seat in which the driver sits.

Front 5

The first row of seats.

FrontLeft 3

The seat in the front left.

FrontRight 4

The seat in the front right.

Passenger 2

The front seat in which the passenger sits.

Rear 8

The 2nd row of seats.

RearLeft 6

The left seat in the 2nd row.

RearRight 7

The right seat in the 2nd row.

ThirdRow 11

The third row of seats.

ThirdRowLeft 9

The left seat in the third row.

ThirdRowRight 10

The right seat in the third row.

Unknown 0

An undetermined position.

Applies to