RebarShape.IsSameShapeIgnoringHooks
Description:
Test whether two shapes have equivalent definitions by comparing the RebarShapeDefinition and MultiplanarDefinition properties.
Test whether two shapes have equivalent definitions by comparing the RebarShapeDefinition and MultiplanarDefinition properties.
Remarks:
This method will return true if the definitions are exactly equivalent, or if they are equivalent but have the opposite start/end orientation. Replaces the property RebarShape.SameShapeIgnoringHooks from prior releases.
This method will return true if the definitions are exactly equivalent, or if they are equivalent but have the opposite start/end orientation. Replaces the property RebarShape.SameShapeIgnoringHooks from prior releases.
public bool IsSameShapeIgnoringHooks(
RebarShape otherShape
)
-
otherShapeAnother shape to be compared to this one.
Return Value
bool
True if the shape definitions match, false otherwise.
-
A non-optional argument was null