ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.CIM Namespace / NetworkTravelModeParameterValue Class / ConvertToSerializeValue Method

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

    Parameters

    sourceValue
    varTypeEnumValue
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also