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, ModelExtentsProps.extents will be a null range.
Defined in
Last Updated: 20 June, 2023