v2.26
IBuildingInfo Interface Reference

Contains information about building. More...

Inheritance diagram for IBuildingInfo:

Public Member Functions

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

Properties

BSTR Number [get, set]
 The building number.
 
BSTR Name [get, set]
 The building 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 building.

Member Function Documentation

◆ GetAddress()

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

Returns the building address.

Returns
An address.

◆ GetProperties()

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

Returns the property container for the building.

Returns
A property container.