Method SetTextureMapping
SetTextureMapping(DocumentId, TextureMappingType)
Sets the texture mapping of a material document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 16, 0, 0)]
void SetTextureMapping(DocumentId inDocumentId, TextureMappingType inTextureMappingType)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to modify. |
| TextureMappingType | inTextureMappingType | The texture mapping. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.16.