2027 Method
Changes 0
M

RebarShapeParameters.IsValidExternalDefinition

Description:
Checks that an ExternalDefinition (shared parameter) may be used as a Rebar Shape parameter.
Remarks:
A Rebar Shape parameter must be an ExternalDefinition with a ParameterType of Length.
public static bool IsValidExternalDefinition(
	ExternalDefinition param
)
Return Value Boolean True if the definition is of type Length, false otherwise.