Reference to the current point of interest
Namespace:
CWS.Common.NDXInterface.NDXAssembly: NDX (in NDX.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public PointOfInterest CurrentPOI { get; private set; } |
| Visual Basic (Declaration) |
|---|
Public Property CurrentPOI As PointOfInterest |
| Visual C++ |
|---|
public: property PointOfInterest^ CurrentPOI { PointOfInterest^ get (); void set (PointOfInterest^ value); } |