ArcObjects Library Reference (GeoDatabaseExtensions)  

ITerrainLasDataImporter.SetClassCodes Method

Used to indicate which points to load based on one or more LAS classification codes.

[Visual Basic .NET]
Public Sub SetClassCodes ( _
    ByVal pCodes As ILongArray _
)
[C#]
public void SetClassCodes (
    ILongArray pCodes
);
[C++]
HRESULT SetClassCodes(
  ILongArray* pCodes
);
[C++]

Parameters

pCodes [in]

  pCodes is a parameter of type ILongArray

Product Availability

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

See Also

ITerrainLasDataImporter Interface