Gets reference to PointOfInterestType object based on type id

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

Syntax

C#
public PointOfInterestType LookupPOIType(
	int poiTypeID
)
Visual Basic (Declaration)
Public Function LookupPOIType ( _
	poiTypeID As Integer _
) As PointOfInterestType
Visual C++
public:
PointOfInterestType^ LookupPOIType(
	int poiTypeID
)

Parameters

poiTypeID
Type: System..::.Int32
Integer type id for type

Return Value

PointOfInterestType for given type id or NULL if type id not found

See Also