SpatialSurfaceInfo.TryGetBounds(SpatialCoordinateSystem) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此图面的边界,以指定的坐标系表示。
public:
virtual IReference<SpatialBoundingOrientedBox> ^ TryGetBounds(SpatialCoordinateSystem ^ coordinateSystem) = TryGetBounds;
IReference<SpatialBoundingOrientedBox> TryGetBounds(SpatialCoordinateSystem const& coordinateSystem);
public System.Nullable<SpatialBoundingOrientedBox> TryGetBounds(SpatialCoordinateSystem coordinateSystem);
function tryGetBounds(coordinateSystem)
Public Function TryGetBounds (coordinateSystem As SpatialCoordinateSystem) As Nullable(Of SpatialBoundingOrientedBox)
参数
- coordinateSystem
- SpatialCoordinateSystem
要在其中表示边界的坐标系。
返回
边界。
注解
由于这是快照,因此返回的边界不会随时间而变化。
如果此时无法找到指定的坐标系,此方法将返回 null。