Export

Export(string, string)

다이어그램을 vsd에서 vdw 형식으로 내보냅니다. 아직 구현되지 않았습니다.

public static void Export(string inputVsd, string outputVdw)
모수 유형 설명
inputVsd String *.vsd 파일 이름.
outputVdw String *.vdw 파일 이름.

또한보십시오


Export(string, Stream)

다이어그램을 vsd 파일에서 vdw 스트림 형식으로 내보냅니다. 아직 구현되지 않았습니다.

public static void Export(string inputVsd, Stream outputVdw)
모수 유형 설명
inputVsd String *.vsd 파일 이름.
outputVdw Stream vdw 스트림.

또한보십시오


Export(Stream, string)

다이어그램을 vsd 스트림에서 *.vdw 파일 형식으로 내보냅니다. 아직 구현되지 않았습니다.

public static void Export(Stream inputVsd, string outputVdw)
모수 유형 설명
inputVsd Stream *.vsd 파일 이름.
outputVdw String vdw 스트림.

또한보십시오


Export(Stream, Stream)

다이어그램을 vsd 스트림에서 vdw 스트림 형식으로 내보냅니다. 아직 구현되지 않았습니다.

public static void Export(Stream inputVsd, Stream outputVdw)
모수 유형 설명
inputVsd Stream vsd 스트림.
outputVdw Stream vdw 스트림.

또한보십시오