ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / LasPointDisplayFilter Class / SurfaceConstraints Property

In This Topic
    SurfaceConstraints Property (LasPointDisplayFilter)
    In This Topic
    Gets and sets the list of surface constraint names. Default value is null.
    Syntax
    Public Property SurfaceConstraints As List(Of String)
    public List<string> SurfaceConstraints {get; set;}
    Remarks
    A null or an empty list of surface constraints means that no surface constraints participate in the filter. Use ArcGIS.Core.Data.Analyst3D.LasDataset.GetSurfaceConstraints to obtain the set of surface constraints on the dataset and build a list of the surface constraint names if you wish to have all surface constraints participate in the filter.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.2 or higher.
    See Also