ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / NetworkTravelModeParameterValue Class / ConvertToPropertyValue Method

In This Topic
    ConvertToPropertyValue Method
    In This Topic
    Converts the source value of the specified type from the serialize value to the property value representation.
    Syntax
    public static object ConvertToPropertyValue( 
       object sourceValue,
       VarEnum varTypeEnumValue
    )
    Public Shared Function ConvertToPropertyValue( _
       ByVal sourceValue As Object, _
       ByVal varTypeEnumValue As VarEnum _
    ) As Object

    Parameters

    sourceValue
    varTypeEnumValue
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also