v2.47
IProjectInfo Interface Reference

Contains information about project. More...

Public Member Functions

HRESULT GetProperties ([out, retval] IPropertyContainer **ppPropertyContainer)
 Returns the property container for the project.

Properties

BSTR Code [get, set]
 The project code.
BSTR Description [get, set]
 The description.
BSTR Name [get, set]
 The project name.
BSTR Stage [get, set]
 The project stage.
GUID UniqueId [get]
 This ID is generated when the project is created and can never be changed. It is also used as an IFC project identifier.
BSTR UniqueIdS [get]
 Same as UniqueId, but returning GUID as a string.

Detailed Description

Contains information about project.

Member Function Documentation

◆ GetProperties()

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

Returns the property container for the project.

Returns
A property container.