ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Editing.Attributes Namespace / Attribute Class / SetValue Method
an object

In This Topic
    SetValue Method
    In This Topic
    Set the value of this attribute.
    Syntax
    public bool SetValue( 
       object value
    )
    Public Function SetValue( _
       ByVal value As Object _
    ) As Boolean

    Parameters

    value
    an object
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also