PathReinforcement.IsValidRebarShapeId
Method
Description:
Identifies whether an element id corresponds to a Rebar Shape element which can be used in Path Reinforcement.
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.
The Rebar Shape has to be two dimensional shape only and its neighbouring segments may form only right angles.
Parameters
Parameter | Type | Description |
---|---|---|
aDoc | Document | The document. |
elementId | ElementId | An element id. |
Return Value
Type | Description |
---|---|
Boolean | True if the specified element id corresponds to a Rebar Shape element. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |