<Code Lib>
2027 Method
Changes 0
M

LightGroupManager.IsLightOn

Description:
Returns true if the given light is on for rendering the given view

public bool IsLightOn(
	ElementId viewId,
	ElementId lightId
)

Return Value Boolean Boolean

  • The given element Id does not correspond to a 3d view -or- The given element Id does not correspond to a light instance
  • A non-optional argument was null

Loading…