Property SublayerContent
SublayerContent
Gets the sublayer ILayerContent that displays this table, if any.
Declaration
public ILayerContent? SublayerContent { get; }
Property Value
| Type | Description |
|---|---|
| ILayerContent | The sublayer ILayerContent that displays this table, if any. |
Remarks
The sublayer content depends on how the feature table is used. For example, the sublayer content will be a BuildingComponentSublayer if the FeatureTable is associated with a BuildingSceneLayer BuildingSublayer hierarchy. Use the Layer property to access the parent layer.
The sublayer content will be null if the table is not associated with the sublayer.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |