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


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

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(
  VARIANT_BOOL* pIsMOrUComponent
);
[C++]
HRESULT put_AuxiliaryLayerIsMOrUComponent(
  VARIANT_BOOL pIsMOrUComponent
);
[C++]

Parameters pIsMOrUComponent [out, retval] pIsMOrUComponent is a parameter of type VARIANT_BOOL pIsMOrUComponent [in] pIsMOrUComponent is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IVectorFieldRenderer Interface