Identifies whether an element id corresponds to a Rebar Shape element which can be used in Path Reinforcement.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool IsValidRebarShapeId(
Document aDoc,
ElementId elementId
)
Parameters
- aDoc Document
-
The document.
- elementId ElementId
-
An element id.
Return Value
Boolean
True if the specified element id corresponds to a Rebar Shape element.
Exceptions
Remarks
The Rebar Shape has to be two dimensional shape only
and its neighbouring segments may form only right angles.
Rebar Shapes that have end treatments or crank ar not allowed.
See Also
Reference