Метод SqlGeometry.STEnvelope
Returns the minimum axis-aligned bounding rectangle of the instance.
Пространство имен: Microsoft.SqlServer.Types
Сборка: Microsoft.SqlServer.Types (в Microsoft.SqlServer.Types.dll)
Синтаксис
'Декларация
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function STEnvelope As SqlGeometry
'Применение
Dim instance As SqlGeometry
Dim returnValue As SqlGeometry
returnValue = instance.STEnvelope()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlGeometry STEnvelope()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
SqlGeometry^ STEnvelope()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STEnvelope : unit -> SqlGeometry
public function STEnvelope() : SqlGeometry
Возвращаемое значение
Тип: Microsoft.SqlServer.Types.SqlGeometry
A SqlGeometry object that represents the minimum axis-aligned bounding rectangle of the calling instance.