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