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


ILasDatasetLayer.PointCountPerCentimeter Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILasDatasetLayer Interface > ILasDatasetLayer.PointCountPerCentimeter Property
ArcGIS Developer Help

ILasDatasetLayer.PointCountPerCentimeter Property

Indicates the point count per centimeter on screen.

[Visual Basic .NET]
Public Property PointCountPerCentimeter As Integer
[C#]
public int PointCountPerCentimeter {get; set;}
[C++]
HRESULT get_PointCountPerCentimeter(
  System.Int32* pPointBudget
);
[C++]
HRESULT put_PointCountPerCentimeter(
  long pPointBudget
);
[C++]
Parameters
pPointBudget [out, retval]

pPointBudget is a parameter of type long* pPointBudget [in]
pPointBudget is a parameter of type long

Product Availability

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

See Also

ILasDatasetLayer Interface