ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / NAAttributeParameterValue Class / NAAttributeParameterValue Constructor / NAAttributeParameterValue Constructor(String,String,Int32,Object)
Attribute name
Parameter name
Variant type
Value

In This Topic
    NAAttributeParameterValue Constructor(String,String,Int32,Object)
    In This Topic
    Creates a new attribute parameter value object from input parameters.
    Syntax
    public NAAttributeParameterValue( 
       string attributeName,
       string parameterName,
       int varType,
       object value
    )
    Public Function New( _
       ByVal attributeName As String, _
       ByVal parameterName As String, _
       ByVal varType As Integer, _
       Optional ByVal value As Object _
    )

    Parameters

    attributeName
    Attribute name
    parameterName
    Parameter name
    varType
    Variant type
    value
    Value
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also