View3DSetSectionBox Method |
Sets the section box for this 3D view.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic void SetSectionBox(
BoundingBoxXYZ boundingBoxXYZ
)
Public Sub SetSectionBox (
boundingBoxXYZ As BoundingBoxXYZ
)
public:
void SetSectionBox(
BoundingBoxXYZ^ boundingBoxXYZ
)
member SetSectionBox :
boundingBoxXYZ : BoundingBoxXYZ -> unit
Parameters
- boundingBoxXYZ BoundingBoxXYZ
-
The bounding box to use for the section box. To turn off the section box, set IsSectionBoxActive to false.
Individual bound enabled flags in the input box are ignored.
Exceptions
See Also