![]() |
v2.41
|
|
Allows the user to obtain detailed information about layered materials. This interface can be obtained from IProject interface. More...
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. | |
Allows the user to obtain detailed information about layered materials. This interface can be obtained from IProject interface.
| 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.