v2.32
 
ILandPlotInfo Interface Reference

Contains information about land plot. More...

Inheritance diagram for ILandPlotInfo:

Public Member Functions

HRESULT GetAddress ([out, retval] IPostalAddress **ppAddress)
 Returns the land plot address.
 
HRESULT GetProperties ([out, retval] IPropertyContainer **ppPropertyContainer)
 Returns the property container for the land plot.
 

Properties

BSTR Description [get, set]
 The description.
 
BSTR Name [get, set]
 The land plot name.
 
BSTR Number [get, set]
 The land plot number.
 
GUID UniqueId [get]
 This ID is generated when the project is created and can never be changed.
 
BSTR UniqueIdS [get]
 Same as UniqueId, but returning GUID as a string.
 

Detailed Description

Contains information about land plot.

Member Function Documentation

◆ GetAddress()

HRESULT GetAddress ( [out, retval] IPostalAddress ** ppAddress)

Returns the land plot address.

Returns
A address.

◆ GetProperties()

HRESULT GetProperties ( [out, retval] IPropertyContainer ** ppPropertyContainer)

Returns the property container for the land plot.

Returns
A property container.