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

BoundingBoxXYZ.MinEnabled

Property
Description:
Defines whether the minimum bound is active for given dimension.
Remarks:
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 dim
] { get; set; }
Parameters
Parameter Type Description
dim Int32
Return Value