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


In This Topic
    LasPointClassificationDescription Class Members
    In This Topic

    The following tables list the members exposed by LasPointClassificationDescription.

    Public Constructors
    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