Share

FilledRegion.SetLineStyleId Method

Sets the line style Id for all boundaries.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public void SetLineStyleId(
	ElementId lineStyleId
)

Parameters

lineStyleId  ElementId
The line style Id.

Exceptions

ExceptionCondition
ArgumentException lineStyleId is not a valid line style Id for a filled region.
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?