Property Filters
Filters
Gets the filters applied to the point cloud layer that control which points are visible in the layer.
Declaration
public IList<PointCloudFilter> Filters { get; }
Property Value
| Type | Description |
|---|---|
| IList<PointCloudFilter> | The filters applied to the point cloud layer. |
Remarks
If AttributeName does not match one of the attributes available in Attributes, a LayerViewState that contains an appropriate error is raised.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300.1 |
| .NET Windows | 300.1 |
| .NET Android | 300.1 |
| .NET iOS | 300.1 |