Indicates whether the specified DisplacementElement can be used as a parent when
creating a DisplacementElement in the specified view.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public static bool IsValidAsParentInView( View view, DisplacementElement parent )
Parameters
- view View
- A view.
- parent DisplacementElement
- A DisplacementElement.
Return Value
BooleanExceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |