This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IH > IHillShadeInfo Interface > IHillShadeInfo.UseHillShade Property (ArcObjects .NET 10.4 SDK) |
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