CurveOverlapPointPoint Property |
The 3D coordinate of the point.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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