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


IVectorFieldRenderer.MassFlowAngleRepresentation Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IVectorFieldRenderer.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

IVectorFieldRenderer Interface