PointOnSurface Method
The geometric point on surface.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function PointOnSurface ( _
operand As GeometricSurface _
) As GeometricPoint
'Usage
Dim operand As GeometricSurface
Dim returnValue As GeometricPoint
returnValue = operand.PointOnSurface()
public static GeometricPoint PointOnSurface(
this GeometricSurface operand
)
[ExtensionAttribute]
public:
static GeometricPoint^ PointOnSurface(
GeometricSurface^ operand
)
static member PointOnSurface :
operand:GeometricSurface -> GeometricPoint
public static function PointOnSurface(
operand : GeometricSurface
) : GeometricPoint
Parameters
- operand
Type: System.Spatial..::..GeometricSurface
The operand.
Return Value
Type: System.Spatial..::..GeometricPoint
The operation result.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type GeometricSurface. When you use instance method syntax to call this method, omit the first parameter. For more information, see https://msdn.microsoft.com/en-us/library/bb384936(v=vs.103) or https://msdn.microsoft.com/en-us/library/bb383977(v=vs.103).