Table of Contents

Class CameraBoundariesLinesBoundariesDirectionVertex

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

Camera Boundaries Lines Boundaries Direction Vertex

[DataContract]
public class CameraBoundariesLinesBoundariesDirectionVertex
Inheritance
CameraBoundariesLinesBoundariesDirectionVertex
Inherited Members

Properties

X

The vertex x coordinate

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "x")]
public double X { get; set; }

Property Value

double

Y

The vertex y coordinate

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "y")]
public double Y { get; set; }

Property Value

double