Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
Code: Visual C++
C#
Visual Basic
Visual C++
Revit 2023 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: 23.0.0.0 (23.1.0.0)
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