Indicates whether the given Id is a valid line style Id.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool IsValidLineStyleIdForFilledRegion(
Document document,
ElementId lineStyleId
)
Parameters
- document Document
-
The document.
- lineStyleId ElementId
-
The line style Id.
Return Value
Boolean
True if it is a valid line style Id, false otherwise.
Exceptions
See Also
Reference