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