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


IHillShadeInfo.UseHillShade Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IH > IHillShadeInfo Interface > IHillShadeInfo.UseHillShade Property
ArcGIS Developer Help

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(
  Boolean* bUse
);
[C++]
HRESULT put_UseHillShade(
  VARIANT_BOOL bUse
);
[C++]
Parameters
bUse [out, retval]

bUse is a parameter of type bool* bUse [in]
bUse is a parameter of type bool

Product Availability

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

See Also

IHillShadeInfo Interface