Show / Hide Table of Contents

Method GetPopupDefinition

GetPopupDefinition(Feature)

Gets the popup definition for the given feature in the feature table.

Declaration
public PopupDefinition GetPopupDefinition(Feature feature)
Parameters
Type Name Description
Feature feature

The feature to retrieve the popup definition for.

Returns
Type Description
PopupDefinition

If the feature has a popup definition override, this popup definition override is returned (see SetPopupDefinitionOverride(Feature, PopupDefinition)), otherwise the popup definition of the feature table is returned. If the given feature is not in the table, null is returned.

See Also
SetPopupDefinitionOverride(Feature, PopupDefinition)

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.7
.NET200.7
.NET Windows200.7
.NET Android200.7
.NET iOS200.7
.NET Framework200.7
UWP200.7
In This Article
Back to top Copyright © 2022 Esri.