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


ILasPointEdit3.ClassifyGround Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasPointEdit3 Interface > ILasPointEdit3.ClassifyGround Method
ArcGIS Developer Help

ILasPointEdit3.ClassifyGround Method

Classify ground points. Arguments maxObjectSize and demResolution are in meter and optional (use 0 to indicate).

[Visual Basic .NET]
Public Sub ClassifyGround ( _
    ByVal pTrackCancel As ITrackCancel, _
    ByVal pAOI As IGeometry, _
    ByVal pLasFiles As ILongArray, _
    ByVal maxObjectSize As Double, _
    ByVal option As esriLasGroundOption, _
    ByVal bReuseExistingGround As Boolean, _
    ByVal demResolution As Double, _
    ByVal bCalculateStats As Boolean _
)
[C#]
public void ClassifyGround (
    ITrackCancel pTrackCancel,
    IGeometry pAOI,
    ILongArray pLasFiles,
    double maxObjectSize,
    esriLasGroundOption option,
    bool bReuseExistingGround,
    double demResolution,
    bool bCalculateStats
);
[C++]
HRESULT ClassifyGround(
  ITrackCancel* pTrackCancel,
  IGeometry* pAOI,
  ILongArray* pLasFiles,
  double maxObjectSize,
  esriLasGroundOption option,
  VARIANT_BOOL bReuseExistingGround,
  double demResolution,
  VARIANT_BOOL bCalculateStats
);
[C++]
Parameters
pTrackCancel [in]

pTrackCancel is a parameter of type ITrackCancel* pAOI [in]
pAOI is a parameter of type IGeometry* pLasFiles [in]
pLasFiles is a parameter of type ILongArray* maxObjectSize [in]
maxObjectSize is a parameter of type double option [in]
option is a parameter of type esriLasGroundOption bReuseExistingGround [in]
bReuseExistingGround is a parameter of type bool demResolution [in]
demResolution is a parameter of type double bCalculateStats [in]
bCalculateStats is a parameter of type bool

Product Availability

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

See Also

ILasPointEdit3 Interface