Method RemoveMultiMaterialLayer
RemoveMultiMaterialLayer(DocumentId, int)
Remove one layer from the layer list of the multimaterial document
Declaration
[OperationContract]
[AvailableSinceVersion(7, 19, 0, 0)]
bool RemoveMultiMaterialLayer(DocumentId inDocumentId, int inLayerIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document |
| int | inLayerIndex | Index of the layer to remove |
Returns
| Type | Description |
|---|---|
| bool | True if layer has been removed. |
Remarks
This method is available since v7.19.