v2.26
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. More...
 
HRESULT GetProperties ([out, retval] IPropertyContainer **ppPropertyContainer)
 Returns the property container for the land plot. More...
 

Properties

BSTR Number [get, set]
 The land plot number.
 
BSTR Name [get, set]
 The land plot name.
 
BSTR Description [get, set]
 The description.
 
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 ILandPlotInfo::GetAddress ( [out, retval] IPostalAddress **  ppAddress)

Returns the land plot address.

Returns
A address.

◆ GetProperties()

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

Returns the property container for the land plot.

Returns
A property container.