The NewMarker class represents a new Marker.
More...
#include <NewMarker.h>
|
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...
|
|
The NewMarker class represents a new Marker.
Definition at line 12 of file NewMarker.h.
CPPCli::NewMarker::NewMarker |
( |
| ) |
|
|
inline |
Default constructor.
Definition at line 18 of file NewMarker.h.
VxSdk::VxNewMarker * _newMarker
Constructor.
- Parameters
-
vxNewMarker | The new marker. |
Definition at line 26 of file NewMarker.h.
VxSdk::VxNewMarker * _newMarker
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:
- C:/Git/VxSDK-Samples/CSharpSample/CSharpWrapper/Include/NewMarker.h