This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IV > IVectorFieldRenderer Interface > IVectorFieldRenderer.AuxiliaryLayerIsMOrUComponent Property (ArcObjects .NET 10.4 SDK) |
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