RebarShapeParameters.IsValidExternalDefinition
Method
Description:
Checks that an ExternalDefinition (shared parameter) may be used as a Rebar Shape parameter.
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.
A Rebar Shape parameter must be an ExternalDefinition with a ParameterType of Length.
Parameters
| Parameter | Type | Description |
|---|---|---|
| param | ExternalDefinition | Definition of a shared parameter. |
Return Value
| Type | Description |
|---|---|
| Boolean | True if the definition is of type Length, false otherwise. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was |