Method SetHomogeneousParameterValue
SetHomogeneousParameterValue(DocumentId, bool)
Sets the multi layer material Homogeneous Parameter
Declaration
[OperationContract]
[AvailableSinceVersion(7, 19, 0, 0)]
bool SetHomogeneousParameterValue(DocumentId inDocumentId, bool isHomogeneous)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to modify. |
| bool | isHomogeneous | Value |
Returns
| Type | Description |
|---|---|
| bool | True if value is correctly set. |
Remarks
This method is available since v7.19.