Gets the line style Ids which are permitted to be assigned to a filled region.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static IList<ElementId> GetValidLineStyleIdsForFilledRegion(
Document document
)
Parameters
- document Document
-
The document.
Return Value
IList<ElementId>
The valid line style Ids.
Exceptions
See Also
Reference