SpatialSurfaceInfo.TryGetBounds(SpatialCoordinateSystem) 方法

定义

获取此图面的边界,以指定的坐标系表示。

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。

适用于