Property IncludeUpToFirstSpatialContainer
IncludeUpToFirstSpatialContainer
Gets or sets a value indicating whether to include containment associations up to and including the first spatial
container or false
to include all containment associations.
Declaration
public bool IncludeUpToFirstSpatialContainer { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
This property depends on the IncludeContainers property and is ignored if it's false
.
If no spatial containers are encountered but non-spatial containers are present for a given network element,
all non-spatial containers are included in the results.
This is typically used with telecommunications networks with multiple levels of containment with non-spatial objects
(for example, splice points within a splice tray within a splice container).
The default is false
.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.2 |
.NET 6.0 | 200.2 |
.NET 6.0 Windows | 200.2 |
.NET 6.0 Android | 200.2 |
.NET 6.0 iOS | 200.2 |
.NET Framework | 200.2 |
UWP | 200.2 |