v2.32
 
ILayeredMaterialManager Interface Reference

Allows the user to obtain detailed information about layered materials. This interface can be obtained from IProject interface. More...

Inheritance diagram for ILayeredMaterialManager:

Public Member Functions

HRESULT GetLayeredMaterial ([in] int id, [out, retval] ILayeredMaterial **pLayeredMaterial)
 Returns the layered material by id.
 
HRESULT GetLayeredMaterialByIdGroupPair ([in] LayeredMaterialIdGroupPair layeredMaterialIdGroupPair, [out, retval] ILayeredMaterial **ppLayeredMaterial)
 Returns the layered material by LayeredMaterialIdGroupPair.
 

Detailed Description

Allows the user to obtain detailed information about layered materials. This interface can be obtained from IProject interface.

See also
ILayeredMaterial

Member Function Documentation

◆ GetLayeredMaterial()

HRESULT GetLayeredMaterial ( [in] int id,
[out, retval] ILayeredMaterial ** pLayeredMaterial )

Returns the layered material by id.

Returns
Layered material.

◆ GetLayeredMaterialByIdGroupPair()

HRESULT GetLayeredMaterialByIdGroupPair ( [in] LayeredMaterialIdGroupPair layeredMaterialIdGroupPair,
[out, retval] ILayeredMaterial ** ppLayeredMaterial )

Returns the layered material by LayeredMaterialIdGroupPair.

Deprecated
This method is deprecated, use ILayeredMaterialManager::GetLayeredMaterial instead
Returns
Layered material.