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


IHillShadeInfo.UseHillShade Property (ArcObjects .NET 10.4 SDK)
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