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