Area Method (GeometricSurface)

The geometric area.

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public Overridable Function Area ( _
    operand As GeometricSurface _
) As Double
'Usage
Dim instance As SpatialOperations
Dim operand As GeometricSurface
Dim returnValue As Double

returnValue = instance.Area(operand)
public virtual double Area(
    GeometricSurface operand
)
public:
virtual double Area(
    GeometricSurface^ operand
)
abstract Area : 
        operand:GeometricSurface -> float 
override Area : 
        operand:GeometricSurface -> float 
public function Area(
    operand : GeometricSurface
) : double

Parameters

Return Value

Type: System..::..Double
The operation result.

See Also

Reference

SpatialOperations Class

Area Overload

System.Spatial Namespace