CreateGeographyBuilder Method
Creates a geography builder for this implementation.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public MustOverride Function CreateGeographyBuilder As GeographyBuilder
'Usage
Dim instance As SpatialImplementation
Dim returnValue As GeographyBuilder
returnValue = instance.CreateGeographyBuilder()
public abstract GeographyBuilder CreateGeographyBuilder()
public:
virtual GeographyBuilder^ CreateGeographyBuilder() abstract
abstract CreateGeographyBuilder : unit -> GeographyBuilder
public abstract function CreateGeographyBuilder() : GeographyBuilder
Return Value
Type: System.Spatial..::..GeographyBuilder
The geography builder created.