Method SetBumpRotation
SetBumpRotation(DocumentId, double)
Sets the rotation for bump texture.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 19, 400, 120)]
void SetBumpRotation(DocumentId inDocumentId, double inValue)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to modify. |
| double | inValue | Wanted value. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.20.