Specifications
C# Interface Example
}
ARAppEvent_Disconnect();
}
C# Interface Example
For information related to the use of the ARAppEvent.dll in C#, refer to
"Importing a Type Library as an Assembly" in the MSDN library at
http://msdn.microsoft.com.
#using ARAppEvent
static void Main()
{
Thread.CurrentThread.ApartmentState = ApartmentState.STA;
ARAppEventSink appEvent = new ARAppEventSink();
if(appEvent == null){
return;
}
appEvent.Connect();
string eventName = "LoadWindow";
string eventArgs = "Title=FirstWindow";
appEvent.SendEvent(eventName, eventArgs);
appEvent.Disconnect();
}
Screen Descriptions
This section contains help topics for windows and dialog boxes of BT Studio.
These help topics appear when you click Help or press F1 within a dialog box.
BT Language Reference 223