Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an implementation of the builder.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public Shared Function Create As SpatialBuilder
'Usage
Dim returnValue As SpatialBuilder
returnValue = SpatialBuilder.Create()
public static SpatialBuilder Create()
public:
static SpatialBuilder^ Create()
static member Create : unit -> SpatialBuilder
public static function Create() : SpatialBuilder
Return Value
Type: System.Spatial.SpatialBuilder
The created SpatialBuilder implementation.