ElementRecordHasBoundingBox Method |
Determines whether this element record has a bounding box.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic bool HasBoundingBox()
Public Function HasBoundingBox As Boolean
public:
bool HasBoundingBox()
member HasBoundingBox : unit -> bool
Return Value
Boolean
True if the element record has a bounding box or false otherwise.
See Also