Quantcast
Channel: MicroStation Programming Forum - Recent Threads
Viewing all articles
Browse latest Browse all 7260

RE: [CONNECT C#] How do I get my Task ID?

$
0
0

[quote user="Jan Slegr"]stringmdlTaskId = ManagedToolsExample.Instance().MdlTaskId;[/quote]

Almost!  It's the following, where Program is the class that inherits from Bentley.MstnPlatformNET.AddIn...

String mdlTaskId = Program.Addin.MdlTaskId;

Viewing all articles
Browse latest Browse all 7260

Trending Articles