This document is archived and information here might be outdated.  Recommended version.


IVectorFieldRendererFunctionArguments.DirectionBandID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IV > IVectorFieldRendererFunctionArguments Interface > IVectorFieldRendererFunctionArguments.DirectionBandID Property
ArcGIS Developer Help

IVectorFieldRendererFunctionArguments.DirectionBandID Property

The direction band id.

[Visual Basic .NET]
Public Property DirectionBandID As Integer
[C#]
public int DirectionBandID {get; set;}
[C++]
HRESULT get_DirectionBandID(
  System.Int32* pBandID
);
[C++]
HRESULT put_DirectionBandID(
  long pBandID
);
[C++]
Parameters
pBandID [out, retval]

pBandID is a parameter of type long* pBandID [in]
pBandID is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IVectorFieldRendererFunctionArguments Interface