Create Method

Creates the implementation of the format.

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

Syntax

'Declaration
Public Shared Function Create As WellKnownTextSqlFormat
'Usage
Dim returnValue As WellKnownTextSqlFormat

returnValue = WellKnownTextSqlFormat.Create()
public static WellKnownTextSqlFormat Create()
public:
static WellKnownTextSqlFormat^ Create()
static member Create : unit -> WellKnownTextSqlFormat 
public static function Create() : WellKnownTextSqlFormat

Return Value

Type: System.Spatial..::..WellKnownTextSqlFormat
Returns the created well-known text sql format implementation.

See Also

Reference

WellKnownTextSqlFormat Class

Create Overload

System.Spatial Namespace