This interface gives the coordinates of a 2D bounding box around an object.
For a feature layer bounding box, the coordinates of the bounding box can be changed only when the IFeatureLayer66.Streaming property is set to TRUE.
For a raster layer bounding box, the following points apply:
§ BBox coordinates are read only (If set, E_NOTIMPL is returned).
§ If no geo-information exists in the data source, the coordinates returned will be 0,0,0,0.
§ The coordinates are not translated to the user coordinate space but are always returned in the data source’s original coordinate system.
|
Properties |
|
|
Gets and sets the bounding box’s maximum X coordinate. |
|
|
Gets and sets the bounding box’s maximum Y coordinate. |
|
|
Gets and sets the bounding box’s minimum X coordinate. |
|
|
Gets and sets the bounding box’s minimum Y coordinate. |