This document is archived and information here might be outdated. Recommended version. |
Indicates if the shading for TIN triangle faces is illuminated.
[Visual Basic .NET]
Public Property Illuminate As Boolean
[C#]
public bool Illuminate {get; set;}
[C++]
HRESULT get_Illuminate(
Boolean* Illuminate
);
[C++]
HRESULT put_Illuminate(
VARIANT_BOOL Illuminate
);
[C++] Parameters Illuminate [out, retval]
Illuminate is a parameter of type bool* Illuminate [in]
Illuminate is a parameter of type bool