Contains information about land plot. More...
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. | |
Contains information about land plot.
HRESULT ILandPlotInfo::GetAddress | ( | [out, retval] IPostalAddress ** | ppAddress | ) |
Returns the land plot address.
HRESULT ILandPlotInfo::GetProperties | ( | [out, retval] IPropertyContainer ** | ppPropertyContainer | ) |
Returns the property container for the land plot.