class UnlockZoneGroup
sealed class UnlockZoneGroup
|
Declaration: | DJI.WindowsSDK.FlySafe |
Description:
An unlocked zone group contains the self-unlocked fly zones and custom unlock zones for an aircraft.
Class Members:
property GroupID
Declaration: | DJI.WindowsSDK.FlySafe |
Description:
The ID of an unlocked zone group.
See Also:
GroupID
property SN
Declaration: | DJI.WindowsSDK.FlySafe |
Description:
The serial number of the aircraft the unlocked zone group bound to.
See Also:
SN
property SelfUnlockedFlyZones
List<FlyZoneInformation> SelfUnlockedFlyZones { get; internal set; }
|
Declaration: | DJI.WindowsSDK.FlySafe |
Description:
The self-unlocked authorization fly zones for the aircraft.
See Also:
FlyZoneInformation
, SelfUnlockedFlyZones
property CustomUnlockZones
List<CustomUnlockZone> CustomUnlockZones { get; }
|
Declaration: | DJI.WindowsSDK.FlySafe |
Description:
The custom unlock zones for the aircraft.
See Also:
CustomUnlockZone
, CustomUnlockZones