Share

DisplacementPath.IsValidReference Method

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.1.0.0 (26.1.0.34)

Syntax

C#

public static bool IsValidReference(
	DisplacementElement displacementElement,
	Reference reference
)

Parameters

displacementElement  DisplacementElement
A DisplacementElement.
reference  Reference
A pick.

Return Value

Boolean

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?