ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / LasPointClassificationDescription Class


In This Topic
    LasPointClassificationDescription Class Properties
    In This Topic

    For a list of all members of this type, see LasPointClassificationDescription members.

    Public Properties
     NameDescription
    Public Property Gets and sets the classification code to assign. The default value is -1 meaning that no classification code will be applied to the identified LAS points.  
    Public PropertyGets and sets the key points edit flag to assign. The default value is LasClassFlagEditType.NoChange.  
    Public PropertyGets and sets the overlap points edit flag to assign. The default value is LasClassFlagEditType.NoChange.  
    Public PropertyGets and sets the synthetic points edit flag to assign. The default value is LasClassFlagEditType.NoChange.  
    Public PropertyGets and sets the withheld points edit flag to assign. The default value is LasClassFlagEditType.NoChange.  
    Top
    See Also