This document is archived and information here might be outdated. Recommended version. |
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