Method SetScaleFactorParameterValue
SetScaleFactorParameterValue(DocumentId, double)
Sets the scale factor parameter entity value of a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 15, 400, 240)]
void SetScaleFactorParameterValue(DocumentId inDocumentId, double inAbsoluteValue)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to modify. |
| double | inAbsoluteValue | Value of the scale factor. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.15.400.240.