Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
Code: Visual C++
C#
Visual Basic
Visual C++
Revit 2021.1 API
IConnector
.
.
::
.
.
Origin Property
IConnector Interface
See Also
Send Feedback
The location of the connector in family document.
Namespace:
Autodesk.Revit.DB
Assembly:
RevitAPI
(in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
C#
XYZ
Origin
{
get
; }
Visual Basic
ReadOnly
Property
Origin
As
XYZ
Get
Visual C++
property
XYZ
^
Origin
{
XYZ
^
get
(); }
Remarks
This property is used to retrieve the origin of the connector.
See Also
IConnector Interface
Autodesk.Revit.DB Namespace