Share

SpatialElementFromToCalculationPoints.FromPosition Property

The "from" position of spatial element connecting calculation point.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public XYZ FromPosition { get; set; }

Property Value

XYZ

Exceptions

ExceptionCondition
ArgumentException When setting this property: fromPosition must be on the opposite side of the family's host from the "to" position.
ArgumentNullException When setting this property: A non-optional argument was null

See Also

Reference

Was this information helpful?