This document is archived and information here might be outdated. Recommended version. |
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