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


ITerrainLayer.UsePointBudget Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITerrainLayer Interface > ITerrainLayer.UsePointBudget Property
ArcGIS Developer Help

ITerrainLayer.UsePointBudget Property

Indicates if Point Budget should be used for rendering performance.

[Visual Basic .NET]
Public Property UsePointBudget As Boolean
[C#]
public bool UsePointBudget {get; set;}
[C++]
HRESULT get_UsePointBudget(
  Boolean* pbUsePointBudget
);
[C++]
HRESULT put_UsePointBudget(
  VARIANT_BOOL pbUsePointBudget
);
[C++]
Parameters
pbUsePointBudget [out, retval]

pbUsePointBudget is a parameter of type bool* pbUsePointBudget [in]
pbUsePointBudget is a parameter of type bool

Product Availability

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

See Also

ITerrainLayer Interface