This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITerrainLayer Interface > ITerrainLayer.PointBudget Property (ArcObjects .NET 10.4 SDK) |
Indicates the Point Budget.
[Visual Basic .NET] Public Property PointBudget As Integer
[C#] public int PointBudget {get; set;}
[C++]
HRESULT get_PointBudget(
long* pPointBudget
);
[C++]
HRESULT put_PointBudget(
long pPointBudget
);
[C++]
Parameters pPointBudget [out, retval] pPointBudget is a parameter of type long pPointBudget [in] pPointBudget is a parameter of type long