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


I3DProperties.Illuminate Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > I3 > I3DProperties Interface > I3DProperties.Illuminate Property
ArcGIS Developer Help

I3DProperties.Illuminate Property

Indicates if areal features are illuminated.

[Visual Basic .NET]
Public Property Illuminate As Boolean
[C#]
public bool Illuminate {get; set;}
[C++]
HRESULT get_Illuminate(
  Boolean* pIlluminate
);
[C++]
HRESULT put_Illuminate(
  VARIANT_BOOL pIlluminate
);
[C++]
Parameters
pIlluminate [out, retval]

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

I3DProperties Interface

.NET Samples

3D multipatch examples