ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / VectorFieldColorizerDefinition Class / VectorFieldColorizerDefinition Constructor / VectorFieldColorizerDefinition Constructor(Int32,Int32,Boolean,SymbolizationType)
The magnitude band index.
The direction band index.
(Optional) A boolean value indicating whether flow is composed from U and V components. (default value = false)
(Optional) The ArcGIS.Core.CIM.SymbolizationType. (default value = SymbolizationType.SingleArrow)

In This Topic
    VectorFieldColorizerDefinition Constructor(Int32,Int32,Boolean,SymbolizationType)
    In This Topic
    Creates a Vector Field colorizer definition with parameters.
    Syntax
    Public Function New( _
       ByVal magnitudeBandIndex As Integer, _
       ByVal directionBandIndex As Integer, _
       Optional ByVal isUVComponents As Boolean, _
       Optional ByVal symbolizationType As SymbolizationType _
    )

    Parameters

    magnitudeBandIndex
    The magnitude band index.
    directionBandIndex
    The direction band index.
    isUVComponents
    (Optional) A boolean value indicating whether flow is composed from U and V components. (default value = false)
    symbolizationType
    (Optional) The ArcGIS.Core.CIM.SymbolizationType. (default value = SymbolizationType.SingleArrow)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also