C++/CLI Sample
Demonstrates how to create a C++/CLI library using the VideoXpert SDK
CPPCli::NewMarker Class Reference

The NewMarker class represents a new Marker. More...

#include <NewMarker.h>

Public Member Functions

 NewMarker ()
 Default constructor. More...
 
 NewMarker (VxSdk::VxNewMarker *vxNewMarker)
 Constructor. More...
 

Package Attributes

VxSdk::VxNewMarker_newMarker
 

Properties

System::String^  AssociatedDataSourceId [get, set]
 Gets or sets the data source id to associate with the marker. More...
 
float Direction [get, set]
 Gets or sets the angular coordinate indicating the direction, if any, that the marker is facing on a polar grid(e.g.: 0 (right), 90 (up), 180 (left), 270 (down)). More...
 
System::String^  Name [get, set]
 Gets or sets the friendly name of the marker. More...
 
float X [get, set]
 Gets or sets the X coordinate. More...
 
float Y [get, set]
 Gets or sets the Y coordinate. More...
 

Detailed Description

The NewMarker class represents a new Marker.

Definition at line 12 of file NewMarker.h.

Constructor & Destructor Documentation

CPPCli::NewMarker::NewMarker ( )
inline

Default constructor.

Definition at line 18 of file NewMarker.h.

18  {
20  }
VxSdk::VxNewMarker * _newMarker
Definition: NewMarker.h:82
CPPCli::NewMarker::NewMarker ( VxSdk::VxNewMarker vxNewMarker)
inline

Constructor.

Parameters
vxNewMarkerThe new marker.

Definition at line 26 of file NewMarker.h.

26  {
27  _newMarker = vxNewMarker;
28  }
VxSdk::VxNewMarker * _newMarker
Definition: NewMarker.h:82

Member Data Documentation

VxSdk::VxNewMarker* CPPCli::NewMarker::_newMarker
package

Definition at line 82 of file NewMarker.h.

Property Documentation

System:: String^ CPPCli::NewMarker::AssociatedDataSourceId
getset

Gets or sets the data source id to associate with the marker.

The data source id.

Definition at line 34 of file NewMarker.h.

float CPPCli::NewMarker::Direction
getset

Gets or sets the angular coordinate indicating the direction, if any, that the marker is facing on a polar grid(e.g.: 0 (right), 90 (up), 180 (left), 270 (down)).

The angular direction.

Definition at line 45 of file NewMarker.h.

System:: String^ CPPCli::NewMarker::Name
getset

Gets or sets the friendly name of the marker.

The friendly name of the marker.

Definition at line 55 of file NewMarker.h.

float CPPCli::NewMarker::X
getset

Gets or sets the X coordinate.

The X coordinate.

Definition at line 65 of file NewMarker.h.

float CPPCli::NewMarker::Y
getset

Gets or sets the Y coordinate.

The Y coordinate.

Definition at line 75 of file NewMarker.h.


The documentation for this class was generated from the following file: