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


ISceneGraph.SetOwnerLightingOption Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISceneGraph Interface > ISceneGraph.SetOwnerLightingOption Method
ArcGIS Developer Help

ISceneGraph.SetOwnerLightingOption Method

Sets the lighting state of layers.

[Visual Basic .NET]
Public Sub SetOwnerLightingOption ( _
    ByVal pObject As Object, _
    ByVal lighting As Boolean _
)
[C#]
public void SetOwnerLightingOption (
    object pObject,
    bool lighting
);
[C++]
HRESULT SetOwnerLightingOption(
  LPUNKNOWN pObject,
  VARIANT_BOOL lighting
);
[C++]
Parameters
pObject [in]

pObject is a parameter of type IUnknown lighting [in]
lighting is a parameter of type bool

Product Availability

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

See Also

ISceneGraph Interface