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
System.String attributeName

The name of the attribute to update.

System.Object attributeValue

The value to be set on the attribute.

Remarks

Object type must match the type of the attribute.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.6 - 200.8
.NET200.6 - 200.8
.NET Windows200.6 - 200.8
.NET Android200.6 - 200.8
.NET iOS200.6 - 200.8
.NET Framework200.6 - 200.8
UWP200.6 - 200.8
In This Article
Back to top Copyright © 2022 Esri.