This document is archived and information here might be outdated.  Recommended version.


IEncode3DProperties.UnPackTexture2D Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

IEncode3DProperties.UnPackTexture2D Method

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,
  System.Double* textureS,
  System.Double* textureT,
  Boolean* 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 bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IEncode3DProperties Interface