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 the implementation of the formatter.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public Shared Function Create As GmlFormatter
'Usage
Dim returnValue As GmlFormatter
returnValue = GmlFormatter.Create()
public static GmlFormatter Create()
public:
static GmlFormatter^ Create()
static member Create : unit -> GmlFormatter
public static function Create() : GmlFormatter
Return Value
Type: System.Spatial.GmlFormatter
The created GmlFormatter implementation.