Export

Export(string, string)

Exporta el diagrama de formato vsd a vdw. Aún no implementado.

public static void Export(string inputVsd, string outputVdw)
Parámetro Escribe Descripción
inputVsd String *.vsd nombre de archivo.
outputVdw String *.vdw nombre de archivo.

Ver también


Export(string, Stream)

Exporta el diagrama del archivo vsd al formato de flujo vdw. Aún no implementado.

public static void Export(string inputVsd, Stream outputVdw)
Parámetro Escribe Descripción
inputVsd String *.vsd nombre de archivo.
outputVdw Stream corriente vdw.

Ver también


Export(Stream, string)

Exporta el diagrama del flujo vsd al formato de archivo *.vdw. Aún no implementado.

public static void Export(Stream inputVsd, string outputVdw)
Parámetro Escribe Descripción
inputVsd Stream *.vsd nombre de archivo.
outputVdw String corriente vdw.

Ver también


Export(Stream, Stream)

Exporta el diagrama del formato de flujo vsd al formato de flujo vdw. Aún no implementado.

public static void Export(Stream inputVsd, Stream outputVdw)
Parámetro Escribe Descripción
inputVsd Stream corriente vsd.
outputVdw Stream corriente vdw.

Ver también