BoundingBoxContainsPointFilterPoint Property |
The XYZ point to use when matching element bounding boxes.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic XYZ Point { get; set; }
Public Property Point As XYZ
Get
Set
public:
property XYZ^ Point {
XYZ^ get ();
void set (XYZ^ value);
}
member Point : XYZ with get, set
Property Value
XYZ
Exceptions
See Also