RebarConstraintsManager.GetPreferredConstraintOnHandle
Description:
For ShapeDriven: Returns the RebarConstraint that has been set as preferred for the specified RebarConstrainedHandle.For FreeForm: Returns the RebarConstraint that acts on the specified RebarConstraintHandle.
For ShapeDriven: Returns the RebarConstraint that has been set as preferred for the specified RebarConstrainedHandle.For FreeForm: Returns the RebarConstraint that acts on the specified RebarConstraintHandle.
public RebarConstraint GetPreferredConstraintOnHandle(
RebarConstrainedHandle handle
)
-
handleThe RebarConstrainedHandle for which the RebarConstraint is to be returned.
Return Value
RebarConstraint
The user preferred RebarConstraint applied to the RebarConstrainedHandle.
-
handle is no longer valid.
-
A non-optional argument was null
-
The RebarConstraintsManager does not manage a valid Rebar element.