This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEncode3DProperties Interface > IEncode3DProperties.UnPackTexture2D Method (ArcObjects .NET 10.4 SDK) |
Decodes texture coordinates.
[Visual Basic .NET] Public Sub UnPackTexture2D ( _ ByVal packedTextureST As Double, _ ByRef textureS As Double, _ ByRef textureT As Double, _ ByRef wasProductive As Boolean _ )
[C#] public void UnPackTexture2D ( double packedTextureST, ref double textureS, ref double textureT, ref bool wasProductive );
[C++]
HRESULT UnPackTexture2D(
double packedTextureST,
double* textureS,
double* textureT,
VARIANT_BOOL* wasProductive
);
[C++]
Parameters packedTextureST [in] packedTextureST is a parameter of type double textureS [out] textureS is a parameter of type double textureT [out] textureT is a parameter of type double wasProductive [out] wasProductive is a parameter of type VARIANT_BOOL