Reference to current point of interest type

Namespace:  CWS.Common.NDXInterface.NDX
Assembly:  NDX (in NDX.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public PointOfInterestType CurrentPOIType { get; private set; }
Visual Basic (Declaration)
Public Property CurrentPOIType As PointOfInterestType
Visual C++
public:
property PointOfInterestType^ CurrentPOIType {
	PointOfInterestType^ get ();
	void set (PointOfInterestType^ value);
}

See Also