Show / Hide Table of Contents

Method SetAttributeValue

SetAttributeValue(string, object?)

Sets the value of an existing attribute.

Declaration
public void SetAttributeValue(string attributeName, object? attributeValue)
Parameters
Type Name Description
string attributeName

The name of the attribute to update.

object attributeValue

The value to set for the attribute.

Remarks

Object type must match the type of the attribute. Use string for untyped attributes.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.6 - 200.8
.NET200.6 - 300.0
.NET Windows200.6 - 300.0
.NET Android200.6 - 300.0
.NET iOS200.6 - 300.0
.NET Framework200.6 - 200.8
UWP200.6 - 200.8
In this article
Provide feedback
Back to top Copyright © 2025 Esri.