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


IEncode3DProperties.PackTexture2D Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEncode3DProperties Interface > IEncode3DProperties.PackTexture2D Method
ArcGIS Developer Help

IEncode3DProperties.PackTexture2D Method

Encodes texture coordinates into part of a double. A normal and texture information can both be packed in a single double without conflict.

[Visual Basic .NET]
Public Sub PackTexture2D ( _
    ByVal textureS As Double, _
    ByVal textureT As Double, _
    ByRef packedTexture As Double _
)
[C#]
public void PackTexture2D (
    double textureS,
    double textureT,
    ref double packedTexture
);
[C++]
HRESULT PackTexture2D(
  double textureS,
  double textureT,
  System.Double* packedTexture
);
[C++]
Parameters
textureS [in]

textureS is a parameter of type double textureT [in]
textureT is a parameter of type double packedTexture [out]
packedTexture is a parameter of type double*

Product Availability

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

See Also

IEncode3DProperties Interface