ArcObjects Library Reference (3DAnalyst)  

I3DProperties.MaxTextureMemory Property

The maximum texture memory a layer can use.

[Visual Basic .NET]
Public Property MaxTextureMemory As Integer
[C#]
public int MaxTextureMemory {get; set;}
[C++]
HRESULT get_MaxTextureMemory(
  long* pMaxTextureMemory
);
[C++]
HRESULT put_MaxTextureMemory(
  long pMaxTextureMemory
);
[C++]

Parameters

pMaxTextureMemory [out, retval]   pMaxTextureMemory is a parameter of type long pMaxTextureMemory [in]   pMaxTextureMemory is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

I3DProperties Interface