Class CameraMap
  • Overview
  • Download
  • Interface detail
  • How to use
Show / Hide Table of Contents
  • ActiveGuard.Plugins.OSS.Common.Utitlity
    • ActiveGuardFactory
    • ActiveGuardFactory.OnHandleOpenRecordingEventHandler
    • ActiveGuardFactory.OnHandleSaveCurentUserEventHandler
    • ActiveGuardFactory.OnHandleSavePresetEventHandler
    • ActiveGuardFactory.OnHandleSaveServerConnectionsEventHandler
    • ActiveGuardFactory.OnHandleSaveUserManagementEventHandler
  • ActiveGuard.Plugins.OSS.Models
    • CameraMap
    • Map
    • MediaInfo
    • ServerConnection
    • User
    • UserMng
  • ActiveGuard.Plugins.OSS.Views
    • PluginSetupView
    • ThumbnailSearchView

Class CameraMap

Inheritance
System.Object
CameraMap
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ActiveGuard.Plugins.OSS.Models
Assembly: ActiveGuard.Plugins.OSS.dll
Syntax
public class CameraMap : IDisposable

Properties

CameraID

Declaration
public string CameraID { get; set; }
Property Value
Type Description
System.String

Id of camera

Mandatory : Yes

Value range : 128 characters at the maximum

Sample: D42DC5138042

CoordinateX

Declaration
public int CoordinateX { get; set; }
Property Value
Type Description
System.Int32

X coordinate of camera on Map

Mandatory : Yes

Value range : 0 to 3839

Sample: 1920

CoordinateY

Declaration
public int CoordinateY { get; set; }
Property Value
Type Description
System.Int32

Y coordinate of camera on Map

Mandatory : Yes

Value range : 0 to 2159

Sample: 1024

Direction

Declaration
public int? Direction { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Direction of camera's icon on map

Mandatory : Optional

Value range : 0 - 360

Sample: 270

Methods

Dispose()

Declaration
public void Dispose()

Dispose(Boolean)

Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type Name Description
System.Boolean disposing

Implements

System.IDisposable
In This Article
Back to top Generated by DocFX