The location of the connector.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public virtual XYZ Origin { get; set; }
Property Value
XYZImplements
IConnector.OriginExceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | Thrown when connector's type is NonEndConn. Thrown when the connector is a part of a family instance. |
| ArgumentException | Thrown when the assigned origin is invalid. |
| InvalidOperationException | Thrown on failure to set origin. |
