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


IVectorFieldRenderer.IsUVComponents Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IV > IVectorFieldRenderer Interface > IVectorFieldRenderer.IsUVComponents Property
ArcGIS Developer Help

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(
  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

IVectorFieldRenderer Interface