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


IVectorFieldRenderer.IsUVComponents Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IVectorFieldRenderer.IsUVComponents Property

Input is UV components.

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

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

Product Availability

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

See Also

IVectorFieldRenderer Interface