ArcGIS Pro 3.3 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 List<string> SurfaceConstraints {get; set;}
    Public Property SurfaceConstraints As List(Of String)
    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, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also