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


IVectorFieldRenderer.AuxiliaryLayerIsMOrUComponent 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.AuxiliaryLayerIsMOrUComponent Property
ArcGIS Developer Help

IVectorFieldRenderer.AuxiliaryLayerIsMOrUComponent Property

Determines if the auxiliary layer is a Magnitude/U component of the vector symbol.

[Visual Basic .NET]
Public Property AuxiliaryLayerIsMOrUComponent As Boolean
[C#]
public bool AuxiliaryLayerIsMOrUComponent {get; set;}
[C++]
HRESULT get_AuxiliaryLayerIsMOrUComponent(
  Boolean* pIsMOrUComponent
);
[C++]
HRESULT put_AuxiliaryLayerIsMOrUComponent(
  VARIANT_BOOL pIsMOrUComponent
);
[C++]
Parameters
pIsMOrUComponent [out, retval]

pIsMOrUComponent is a parameter of type bool* pIsMOrUComponent [in]
pIsMOrUComponent is a parameter of type bool

Product Availability

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

See Also

IVectorFieldRenderer Interface