Test whether two shapes have equivalent definitions by comparing
the RebarShapeDefinition and MultiplanarDefinition properties.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsSameShapeIgnoringTerminations( RebarShape otherShape )
Parameters
- otherShape RebarShape
- Another shape to be compared to this one.
Return Value
BooleanTrue if the shape definitions match, false otherwise.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
