ENCX SDK  5.5.0.370
Public Member Functions | Properties | List of all members
ENCX::GeoPoints Class Reference

Collection of GeoPoint objects. More...

import"encxcom.idl";

Inheritance diagram for ENCX::GeoPoints:
Inheritance graph
[legend]

Public Member Functions

HRESULT Add ([in] IGeoPoint *geoPoint)
 
HRESULT Remove ([in] LONG nIndex)
 
HRESULT Clear ()
 
HRESULT AddLatLon ([in] DOUBLE Lat, [in] DOUBLE Lon)
 
HRESULT Copy ([out, retval] IGeoPoints **pVal)
 Get an identical copy of this object. Like the Clone() method but type safe. More...
 

Properties

IGeoPoint Item ([in] VARIANT vtIndex) [get]
 
LONG Count [get]
 
IUnknown _NewEnum [get]
 

Detailed Description

Collection of GeoPoint objects.

Properties and methods via IGeoPoints.

Definition at line 4000 of file encxcom.idl.

Member Function Documentation

◆ Add()

HRESULT IGeoPoints::Add ( [in] IGeoPoint geoPoint)
inherited

◆ AddLatLon()

HRESULT IGeoPoints::AddLatLon ( [in] DOUBLE  Lat,
[in] DOUBLE  Lon 
)
inherited

◆ Clear()

HRESULT IGeoPoints::Clear ( )
inherited

◆ Copy()

HRESULT IGeoPoints::Copy ( [out, retval] IGeoPoints **  pVal)
inherited

Get an identical copy of this object. Like the Clone() method but type safe.

◆ Remove()

HRESULT IGeoPoints::Remove ( [in] LONG  nIndex)
inherited

Property Documentation

◆ _NewEnum

IUnknown IGeoPoints::_NewEnum
getpropertyinherited

◆ Count

LONG IGeoPoints::Count
getpropertyinherited

◆ Item

IGeoPoint IGeoPoints::Item([in] VARIANT vtIndex)
getpropertyinherited