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 |
---|---|
System.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.3 - 200.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |