status
status: IModelStatus
A status code indicating what if any error occurred obtaining the model's extents. For example:
- IModelStatus.InvalidId if the input model Id was not a well-formed Id64String;
- IModelStatus.NotFound if no model with the specified Id exists in the IModel;
- IModelStatus.WrongModel if the specified model is not a GeometricModel; or
- IModelStatus.Success if the extents were successfully obtained.
If status
is anything other than IModelStatus.Success, extents will be a null range.
Defined in
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.