Allows the user to obtain plumbing fixture styles. This interface can be obtained from IProject interface.
More...
|
| HRESULT | Contains ([in] int id, [out, retval] VARIANT_BOOL *pContains) |
| | Indicates whether the manager contains the plumbing fixture style specified by the identifier.
|
| |
| HRESULT | GetIds ([out, retval] SAFEARRAY(int) *pIds) |
| | Gets the identifiers of plumbing fixture styles.
|
| |
| HRESULT | GetPlumbingFixtureStyle ([in] int id, [out, retval] IPlumbingFixtureStyle **ppPlumbingFixtureStyle) |
| | Returns the plumbing fixture style specified by the identifier.
|
| |
Allows the user to obtain plumbing fixture styles. This interface can be obtained from IProject interface.
- See also
- IProject, IPlumbingFixtureStyle
◆ Contains()
| HRESULT Contains |
( |
[in] int | id, |
|
|
[out, retval] VARIANT_BOOL * | pContains ) |
Indicates whether the manager contains the plumbing fixture style specified by the identifier.
- Parameters
-
| [in] | id | Identifier of the plumbing fixture style. |
| [out] | pContains | TRUE if the manager contains the plumbing fixture style, FALSE otherwise. |
◆ GetIds()
| HRESULT GetIds |
( |
[out, retval] SAFEARRAY(int) * | pIds | ) |
|
Gets the identifiers of plumbing fixture styles.
- Returns
- An array containing the identifiers of plumbing fixture styles.
◆ GetPlumbingFixtureStyle()
| HRESULT GetPlumbingFixtureStyle |
( |
[in] int | id, |
|
|
[out, retval] IPlumbingFixtureStyle ** | ppPlumbingFixtureStyle ) |
Returns the plumbing fixture style specified by the identifier.
- Parameters
-
| [in] | id | Identifier of the plumbing fixture style. |
| [out] | ppPlumbingFixtureStyle | the requested plumbing fixture style, or nullptr if the plumbing fixture style is not found. |