CurveOverlapPoint.Point Property

CurveOverlapPointPoint Property

The 3D coordinate of the point.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public XYZ Point { get; }
Public ReadOnly Property Point As XYZ
	Get
public:
property XYZ^ Point {
	XYZ^ get ();
}
member Point : XYZ with get

Property Value

XYZ
See Also