LightFamilySetLightShapeStyle Method |
Set the light shape style to the given shape style
Namespace: Autodesk.Revit.DB.LightingAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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
See Also