Método STEnvelope
Returns the minimum axis-aligned bounding rectangle of the instance.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (em Microsoft.SqlServer.Types.dll)
Sintaxe
'Declaração
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function STEnvelope As SqlGeometry
'Uso
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
Valor de retorno
Tipo: Microsoft.SqlServer.Types. . :: . .SqlGeometry
A SqlGeometry object that represents the minimum axis-aligned bounding rectangle of the calling instance.