Boundary Method (Geography)
The geographic boundary.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public Overridable Function Boundary ( _
operand As Geography _
) As Geography
'Usage
Dim instance As SpatialOperations
Dim operand As Geography
Dim returnValue As Geography
returnValue = instance.Boundary(operand)
public virtual Geography Boundary(
Geography operand
)
public:
virtual Geography^ Boundary(
Geography^ operand
)
abstract Boundary :
operand:Geography -> Geography
override Boundary :
operand:Geography -> Geography
public function Boundary(
operand : Geography
) : Geography
Parameters
- operand
Type: System.Spatial..::..Geography
The operand.
Return Value
Type: System.Spatial..::..Geography
The operation result.