Checks whether a given "from" position is valid.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsAcceptableFromPosition(
XYZ fromPosition
)
Parameters
- fromPosition XYZ
-
Return Value
Boolean
True if the input is an acceptable "from" position and False otherwise.
Exceptions
Remarks
The "from" position and the "to" position must be on opposite sides of the family's host. Flipping the calculation
point will reverse the direction.
See Also
Reference