ENCX SDK  5.5.0.370
Public Member Functions | Properties | List of all members
IGeoPoints Interface Reference

Properties and methods for ENCX::GeoPoints. More...

import"encxcom.idl";

Inheritance diagram for IGeoPoints:
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

Properties and methods for ENCX::GeoPoints.

Definition at line 443 of file encxcom.idl.

Member Function Documentation

◆ Add()

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

◆ AddLatLon()

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

◆ Clear()

HRESULT IGeoPoints::Clear ( )

◆ Copy()

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

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

◆ Remove()

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

Property Documentation

◆ _NewEnum

IUnknown IGeoPoints::_NewEnum
getproperty

◆ Count

LONG IGeoPoints::Count
getproperty

◆ Item

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