Properties and methods for ENCX::GeoPoints.
More...
import"encxcom.idl";
|
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 and methods for ENCX::GeoPoints.
Definition at line 443 of file encxcom.idl.
◆ 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 | ) |
|
◆ _NewEnum
IUnknown IGeoPoints::_NewEnum |
|
getproperty |
◆ Count
◆ Item
IGeoPoint IGeoPoints::Item([in] VARIANT vtIndex) |
|
getproperty |