public IReadOnlyList<int> GetUniqueClassCodes()
Public Function GetUniqueClassCodes() As IReadOnlyList(Of Integer)
Return Value
The set of class codes used in this LAS dataset.
public IReadOnlyList<int> GetUniqueClassCodes()
Public Function GetUniqueClassCodes() As IReadOnlyList(Of Integer)
Exception | Description |
---|---|
ArcGIS.Core.Data.Exceptions.GeodatabaseException | A geodatabase-related exception has occurred. |
ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run |
var classCodes = lasDataset.GetUniqueClassCodes(); var returns = lasDataset.GetUniqueReturns();
Target Platforms: Windows 11, Windows 10