Show / Hide Table of Contents

Property Geotriggers

Geotriggers

Gets the set of Geotrigger objects defined for a GeoModel.

Declaration
public IList<Geotrigger> Geotriggers { get; }
Property Value
Type Description
IList<Geotrigger>

The set of Geotrigger objects defined for a GeoModel.

Remarks

This list is populated with Geotrigger conditions defined by the author of the map or scene when the GeotriggersInfo is Loaded. If no geotriggers are defined, this list will remain empty.

You can add your own geotriggers to this property but be aware that when you save the map or scene any Geotrigger objects that reference local data (for example a GraphicsOverlayFenceParameters) will be omitted.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.14 - 200.2
.NET 6.0100.14 - 200.2
.NET 6.0 Windows100.14 - 200.2
.NET 6.0 Android200.0 - 200.2
.NET 6.0 iOS200.0 - 200.2
.NET Framework100.14 - 200.2
Android100.14 - 100.15
iOS100.14 - 100.15
UWP100.14 - 200.2
In This Article
Back to top Copyright © 2022 Esri.