Class BuildingComponentSublayer
A sublayer that contains 3D object or point features representing building components like doors, pipes, or AC units.
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class BuildingComponentSublayer : BuildingSublayer, ILayerContent, ILoadable
Remarks
This sublayer is part of the layer hierarchy of a BuildingSceneLayer either directly or as a member of a BuildingGroupSublayer.
Properties
| Name | Description |
|---|---|
| FeatureTable | Gets the feature table associated with this component sublayer. |
| Renderer | Gets or sets a renderer that specifies how this sublayer is symbolized. |
| SublayerType | Gets the type of component sublayer. |
Methods
| Name | Description |
|---|---|
| ClearSelection() | Updates any selected features in the sublayer to the unselected state. |
| GetSelectedFeaturesAsync(CancellationToken) | Provides a collection of feature query results. |
| SelectFeature(Feature) | Selects the given feature and adds it to the current collection of selected features. |
| SelectFeatures(IEnumerable<Feature>) | Selects the features in the provided collection and adds them to the sublayer's current collection of selected features. |
| UnselectFeature(Feature) | Unselects the given feature and removes it from the current collection of selected features. |
| UnselectFeatures(IEnumerable<Feature>) | Unselects the features in the given collection and removes them from the sublayer's current collection of selected features. |
Applies to
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |