RVTDocs.com
Namespace: Autodesk.Revit.DB Class: BoundingBoxXYZ

BoundingBoxXYZ.Bounds

Property
Description:
Indexed access for loops. Use 0 for Min and 1 for Max.
Remarks:
The bounds are defined in the coordinate space of the box.
Syntax
public XYZ this[
	int bound
] { get; set; }
Parameters
Parameter Type Description
bound Int32
Return Value