End point of the line segment.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2016
Syntax
| C# |
|---|
public XYZ EndPoint { get; } |
| Visual Basic |
|---|
Public ReadOnly Property EndPoint As XYZ
Get |
| Visual C++ |
|---|
public:
property XYZ^ EndPoint {
XYZ^ get ();
} |
See Also