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


IVectorFieldRendererFunctionArguments.IsUVComponents Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IVectorFieldRendererFunctionArguments.IsUVComponents Property

Input is UV components.

[Visual Basic .NET]
Public Property IsUVComponents As Boolean
[C#]
public bool IsUVComponents {get; set;}
[C++]
HRESULT get_IsUVComponents(
  Boolean* pIsUVComponents
);
[C++]
HRESULT put_IsUVComponents(
  VARIANT_BOOL pIsUVComponents
);
[C++]

Parameters pIsUVComponents [out, retval]
pIsUVComponents is a parameter of type bool* pIsUVComponents [in]
pIsUVComponents is a parameter of type bool

Product Availability

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

See Also

IVectorFieldRendererFunctionArguments Interface