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

BoundingBoxXYZ.BoundEnabled

Property
Description:
Indexed access for loops.
Remarks:
For bound, use 0 for Min and 1 for Max. For dimension, use 0 for X, 1 for Y and 2 for Z. The entire box must be enabled to have enabled individual bounds.
Syntax
public bool this[
	int bound,
	int dim
] { get; set; }
Parameters
Parameter Type Description
bound Int32
dim Int32
Return Value