Property ChildSourceSettings
ChildSourceSettings
Gets a collection of SnapSourceSettings objects representing the child snap sources of Source, when the snap source is a SubtypeFeatureLayer.
Declaration
public IReadOnlyCollection<SnapSourceSettings> ChildSourceSettings { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IReadOnlyCollection<SnapSourceSettings> | A collection of SnapSourceSettings objects representing the child snap sources of Source, when the snap source is a SubtypeFeatureLayer. |
Remarks
When this snap source is a SubtypeFeatureLayer, this collection contains a SnapSourceSettings object corresponding to each SubtypeSublayer of that layer, in the same order as the SubtypeSublayers collection.
This collection is empty when the Source is not a SubtypeFeatureLayer.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.7 - 200.8 |
| .NET | 200.7 - 200.8 |
| .NET Windows | 200.7 - 200.8 |
| .NET Android | 200.7 - 200.8 |
| .NET iOS | 200.7 - 200.8 |
| .NET Framework | 200.7 - 200.8 |
| UWP | 200.7 - 200.8 |