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


IVectorFieldRendererFunctionArguments.MassFlowAngleRepresentation Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IVectorFieldRendererFunctionArguments.MassFlowAngleRepresentation Property

The mass flow angle representation set on the renderer.

[Visual Basic .NET]
Public Property MassFlowAngleRepresentation As esriMassFlowAngleRepresentation
[C#]
public esriMassFlowAngleRepresentation MassFlowAngleRepresentation {get; set;}
[C++]
HRESULT get_MassFlowAngleRepresentation(
  esriMassFlowAngleRepresentation* pType
);
[C++]
HRESULT put_MassFlowAngleRepresentation(
  esriMassFlowAngleRepresentation pType
);
[C++]

Parameters pType [out, retval]
pType is a parameter of type esriMassFlowAngleRepresentation pType [in]
pType is a parameter of type esriMassFlowAngleRepresentation

Product Availability

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

See Also

IVectorFieldRendererFunctionArguments Interface