Does the specified pick represent an edge or a curve belonging to one of the displaced elements.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool IsValidReference( DisplacementElement displacementElement, Reference reference )
Parameters
- displacementElement DisplacementElement
- A DisplacementElement.
- reference Reference
- A pick.
Return Value
BooleanExceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
