 | IAppActiveProject Property |
Gets or sets the active project in the application.
It the project to be set active is not opened in the application,
an exception is thrown.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
SyntaxIProject ActiveProject { get; set; }Property ActiveProject As IProject
Get
Set
Dim instance As IApp
Dim value As IProject
value = instance.ActiveProject
instance.ActiveProject = value
Property Value
Type:
IProject
See Also