public VectorFieldColorizerDefinition( int magnitudeBandIndex, int directionBandIndex, bool isUVComponents, SymbolizationType symbolizationType )
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)