Maximum coordinates (upper-right corner of the box).
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
| C# |
|---|
public UV Max { get; set; } |
| Visual Basic |
|---|
Public Property Max As UV
Get
Set |
| Visual C++ |
|---|
public:
property UV^ Max {
UV^ get ();
void set (UV^ value);
} |
See Also