Hallo
Ich habe ein Problem mit dem Einfügen verschiedener Varianten von Fenstermakros. Im Folgenden beschriebene Methode gibt immer 0 (Variante A) von Fenstermakros ein. irgendwelche Ides?
public static void InsertMacro(string macroFilePath, string macroVariant)
{
ActionCallingContext XGedStartInteractionActionContext = new ActionCallingContext();
XGedStartInteractionActionContext.AddParameter("Name", "XMIaInsertMacro");
XGedStartInteractionActionContext.AddParameter("filename", macroFilePath);
XGedStartInteractionActionContext.AddParameter("VARIANT", macroVariant);
XGedStartInteractionActionContext.AddParameter("RepresentationType", "1");
new CommandLineInterpreter().Execute("XGedStartInteractionAction", XGedStartInteractionActionContext);
}
Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP