Allows the user to obtain detailed information about layered materials. This interface can be obtained from IProject interface. More...
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... | |
Allows the user to obtain detailed information about layered materials. This interface can be obtained from IProject interface.
HRESULT ILayeredMaterialManager::GetLayeredMaterial | ( | [in] int | id, |
[out, retval] ILayeredMaterial ** | pLayeredMaterial | ||
) |
Returns the layered material by id.
HRESULT ILayeredMaterialManager::GetLayeredMaterialByIdGroupPair | ( | [in] LayeredMaterialIdGroupPair | layeredMaterialIdGroupPair, |
[out, retval] ILayeredMaterial ** | ppLayeredMaterial | ||
) |
Returns the layered material by LayeredMaterialIdGroupPair.