Method SetIsotropicParameterValue
SetIsotropicParameterValue(DocumentId, bool?)
Sets the Isotropic Parameter
Declaration
[OperationContract]
[AvailableSinceVersion(7, 20, 400, 120)]
bool SetIsotropicParameterValue(DocumentId inDocumentId, bool? inBool)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to modify. |
| bool? | inBool | Value |
Returns
| Type | Description |
|---|---|
| bool | True if value is correctly set. |
Remarks
This method is available since v7.20.