RebarFreeFormAccessorIsValidRebarTargetForMorphedRebar Method

Checks if the rebar can be used as a target for morphed rebar. A rebar is a valid target for morphed rebar if all the bars in set have the same number of segments and all are planar. Multiplanar bars are considered invalid.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public static bool IsValidRebarTargetForMorphedRebar(
	Rebar rebarTarget
)

Parameters

rebarTarget  Rebar
The rebar that will be tested.

Return Value

Boolean
Return true if the rebar is a valid target for morphed rebar, false otherwise.
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also