Class CameraBoundariesAreasBoundaries
Camera Boundaries Areas Boundaries
[DataContract]
public class CameraBoundariesAreasBoundaries
- Inheritance
-
CameraBoundariesAreasBoundaries
- Inherited Members
Properties
Id
The area boundary id
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public string Id { get; set; }
Property Value
Name
The area boundary name
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Type
The area boundary type
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "type")]
public string Type { get; set; }
Property Value
Vertices
The area boundary vertices
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "vertices")]
public List<CameraBoundariesAreasBoundariesVertex> Vertices { get; set; }