Show / Hide Table of Contents

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
TargetVersions
.NET Standard 2.0200.7 - 200.8
.NET200.7 - 200.8
.NET Windows200.7 - 200.8
.NET Android200.7 - 200.8
.NET iOS200.7 - 200.8
.NET Framework200.7 - 200.8
UWP200.7 - 200.8
In This Article
Back to top Copyright © 2022 Esri.