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


IDisplay3D.GetMaxTextureSize Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDisplay3D Interface > IDisplay3D.GetMaxTextureSize Method
ArcGIS Developer Help

IDisplay3D.GetMaxTextureSize Method

The limit for the size of a single texture.

[Visual Basic .NET]
Public Sub GetMaxTextureSize ( _
    ByRef pMaxTextureWidth As Integer, _
    ByRef pMaxTextureHeight As Integer _
)
[C#]
public void GetMaxTextureSize (
    ref int pMaxTextureWidth,
    ref int pMaxTextureHeight
);
[C++]
HRESULT GetMaxTextureSize(
  System.Int32* pMaxTextureWidth,
  System.Int32* pMaxTextureHeight
);
[C++]
Parameters
pMaxTextureWidth [out]

pMaxTextureWidth is a parameter of type long* pMaxTextureHeight [out]
pMaxTextureHeight is a parameter of type long*

Product Availability

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

See Also

IDisplay3D Interface