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


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

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