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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.