建立格式器的實作。
命名空間: System.Spatial
組件: System.Spatial (在 System.Spatial.dll 中)
語法
'宣告
Public Shared Function Create As GmlFormatter
'用途
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
傳回值
型別:System.Spatial.GmlFormatter
建立的 GmlFormatter 實作。