<Code Lib>
2024 Method
Changes 0
M

PathReinforcement.IsValidRebarShapeId

Description:
Identifies whether an element id corresponds to a Rebar Shape element which can be used in Path Reinforcement.
Remarks:
The Rebar Shape has to be two dimensional shape only and its neighbouring segments may form only right angles.

public static bool IsValidRebarShapeId(
	Document aDoc,
	ElementId elementId
)

Return Value bool True if the specified element id corresponds to a Rebar Shape element.

Loading…