Method SetVolumePropertyManagement
SetVolumePropertyManagement(DocumentId, bool, SmartReal)
Sets the volume property management of a part.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 13, 300, 220)]
void SetVolumePropertyManagement(DocumentId inDocumentId, bool inIsVolumeManaged, SmartReal inManualVolume)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of part document to analyze. |
| bool | inIsVolumeManaged | Whether the volume is managed. True for automatic or manual, false for not managed. |
| SmartReal | inManualVolume | Manual volume, or null if no manual volume. |
Remarks
This method is available since v7.13.300.220.