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


IDisplay3D.PutMaxTextureSize 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.PutMaxTextureSize Method
ArcGIS Developer Help

IDisplay3D.PutMaxTextureSize Method

The limit for the size of a single texture.

[Visual Basic .NET]
Public Sub PutMaxTextureSize ( _
    ByVal maxTextureWidth As Integer, _
    ByVal maxTextureHeight As Integer _
)
[C#]
public void PutMaxTextureSize (
    int maxTextureWidth,
    int maxTextureHeight
);
[C++]
HRESULT PutMaxTextureSize(
  long maxTextureWidth,
  long maxTextureHeight
);
[C++]
Parameters
maxTextureWidth [in]

maxTextureWidth is a parameter of type long maxTextureHeight [in]
maxTextureHeight is a parameter of type long

Product Availability

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

See Also

IDisplay3D Interface