Method GetBulkModulus
GetBulkModulus(DocumentId, out double)
Gets Bulk Modulus
Declaration
[OperationContract]
[AvailableSinceVersion(7, 20, 400, 120)]
bool GetBulkModulus(DocumentId inDocumentId, out double outValue)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Id of the container document |
| double | outValue | The value |
Returns
| Type | Description |
|---|---|
| bool | true if a parameter has been fetched with success |