Export

Export(string, string)

Exporteert het diagram van vsd naar vdw formaat. Nog niet geïmplementeerd.

public static void Export(string inputVsd, string outputVdw)
Parameter Type Beschrijving
inputVsd String *.vsd bestandsnaam.
outputVdw String *.vdw bestandsnaam.

Zie ook


Export(string, Stream)

Exporteert het diagram van vsd-bestand naar vdw-streamformaat. Nog niet geïmplementeerd.

public static void Export(string inputVsd, Stream outputVdw)
Parameter Type Beschrijving
inputVsd String *.vsd bestandsnaam.
outputVdw Stream vdw stroom.

Zie ook


Export(Stream, string)

Exporteert het diagram van vsd stream naar *.vdw bestandsformaat. Nog niet geïmplementeerd.

public static void Export(Stream inputVsd, string outputVdw)
Parameter Type Beschrijving
inputVsd Stream *.vsd bestandsnaam.
outputVdw String vdw stroom.

Zie ook


Export(Stream, Stream)

Exporteert het diagram van vsd stream naar vdw stream formaat. Nog niet geïmplementeerd.

public static void Export(Stream inputVsd, Stream outputVdw)
Parameter Type Beschrijving
inputVsd Stream vsd-stream.
outputVdw Stream vdw stroom.

Zie ook