Method GetTextureImage
GetTextureImage(Guid, string)
Gets the texture image of an image signature.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 17, 400, 0)]
TextureImage GetTextureImage(Guid inSessionId, string inImageSignature)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | inSessionId | Identifier of the session. |
| string | inImageSignature | Image signature. |
Returns
| Type | Description |
|---|---|
| TextureImage | Material image of the image signature. |
Remarks
This method is available since v7.17.