ArcObjects Library Reference (Carto)  

IHillShadeInfo.UseHillShade Property

Indicates whether the hill shading is being used.

[Visual Basic .NET]
Public Property UseHillShade As Boolean
[C#]
public bool UseHillShade {get; set;}
[C++]
HRESULT get_UseHillShade(
  VARIANT_BOOL* bUse
);
[C++]
HRESULT put_UseHillShade(
  VARIANT_BOOL bUse
);
[C++]

Parameters

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

Product Availability

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

See Also

IHillShadeInfo Interface