Class CameraBoundariesLinesBoundaries
Camera Boundaries Areas Boundaries
[DataContract]
public class CameraBoundariesLinesBoundaries
- Inheritance
-
CameraBoundariesLinesBoundaries
- Inherited Members
Properties
DirectionVertex
The line boundary crossing direction vertex
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "directionVertex")]
public CameraBoundariesLinesBoundariesDirectionVertex DirectionVertex { get; set; }
Property Value
Id
The line 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 line boundary vertices
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "vertices")]
public List<CameraBoundariesLinesBoundariesVertex> Vertices { get; set; }