Method SetTransmissionScatteringColor
SetTransmissionScatteringColor(DocumentId, Color)
Sets the Transmission Scattering color.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 16, 0, 0)]
void SetTransmissionScatteringColor(DocumentId inDocumentId, Color inValue)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to modify. |
| Color | inValue | Wanted color. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.16.