GmlFormatter.Create 메서드
포맷터의 구현을 만듭니다.
네임스페이스: 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 구현입니다.