Maximum coordinates (upper-right-front corner of the pick box).

Namespace: Autodesk.Revit.UI.Selection
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 23.0.0.0 (23.1.0.0)

Syntax

C#
public XYZ Max { get; set; }
Visual Basic
Public Property Max As XYZ
	Get
	Set
Visual C++
public:
property XYZ^ Max {
	XYZ^ get ();
	void set (XYZ^ value);
}

See Also