The point at the start of the AnalyticalLink.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:  2013

Syntax

C#
public XYZ Start { get; }
Visual Basic
Public ReadOnly Property Start As XYZ
	Get
Visual C++
public:
property XYZ^ Start {
	XYZ^ get ();
}

See Also