v2.26
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 GetLayeredMaterialByIdGroupPair ([in] LayeredMaterialIdGroupPair layeredMaterialIdGroupPair, [out, retval] ILayeredMaterial **ppLayeredMaterial)
 Returns the layered material by LayeredMaterialIdGroupPair. More...
 
HRESULT GetLayeredMaterial ([in] int id, [out, retval] ILayeredMaterial **pLayeredMaterial)
 Returns the layered material by id. More...
 

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 ILayeredMaterialManager::GetLayeredMaterial ( [in] int  id,
[out, retval] ILayeredMaterial **  pLayeredMaterial 
)

Returns the layered material by id.

Returns
Layered material.

◆ GetLayeredMaterialByIdGroupPair()

HRESULT ILayeredMaterialManager::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.