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.8 |
| .NET | 200.3 - 200.8 |
| .NET Windows | 200.3 - 200.8 |
| .NET Android | 200.3 - 200.8 |
| .NET iOS | 200.3 - 200.8 |
| .NET Framework | 200.3 - 200.8 |
| UWP | 200.3 - 200.8 |