LightFamily.SetLightShapeStyle Method

LightFamilySetLightShapeStyle Method

Set the light shape style to the given shape style

Namespace: Autodesk.Revit.DB.Lighting
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public void SetLightShapeStyle(
	LightShapeStyle lightShapeStyle
)
Public Sub SetLightShapeStyle ( 
	lightShapeStyle As LightShapeStyle
)
public:
void SetLightShapeStyle(
	LightShapeStyle lightShapeStyle
)
member SetLightShapeStyle : 
        lightShapeStyle : LightShapeStyle -> unit 

Parameters

lightShapeStyle  LightShapeStyle
The light shape style value to set the light shape style to
Exceptions
ExceptionCondition
ArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration
See Also