This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > I3 > I3DProperties Interface > I3DProperties.Illuminate Property (ArcObjects .NET 10.5 SDK) |
Indicates if areal features are illuminated.
[Visual Basic .NET] Public Property Illuminate As Boolean
[C#] public bool Illuminate {get; set;}
[C++]
HRESULT get_Illuminate(
VARIANT_BOOL* pIlluminate
);
[C++]
HRESULT put_Illuminate(
VARIANT_BOOL pIlluminate
);
[C++]
Parameters pIlluminate [out, retval] pIlluminate is a parameter of type VARIANT_BOOL pIlluminate [in] pIlluminate is a parameter of type VARIANT_BOOL