Checks that an ExternalDefinition (shared parameter) may be used as a Rebar Shape parameter.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public static bool IsValidExternalDefinition( ExternalDefinition param )
Parameters
- param ExternalDefinition
- Definition of a shared parameter.
Return Value
BooleanTrue if the definition is of type Length, false otherwise.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |