This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > I3 > I3DProperties Interface > I3DProperties.MaxTextureMemory Property (ArcObjects .NET 10.5 SDK) |
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