This function takes a potential "from" point and converts it to be a similar point on the opposite side of the family's host from
the "to" point if necessary.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public XYZ MakeFromPositionAcceptable( XYZ newFromLocation )
Parameters
- newFromLocation XYZ
- The desired "from" location
Return Value
XYZThe valid "from" location.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |