Method SetRedWaySpecularityFile
SetRedWaySpecularityFile(DocumentId, string)
Sets the redway specularity file.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 16, 0, 0)]
void SetRedWaySpecularityFile(DocumentId inDocumentId, string inFullPath)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to modify. |
| string | inFullPath | File path of the picture. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.16.