Gets the Inventor Application object.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 25.0
Syntax
VB
ReadOnly Property Application As Application
Get
C#
Application Application { get; }
Return Value
Type:
Application
Remarks
On desktop Inventor, this will always be a valid object.
But on Inventor Server (which might be running in a web service), this will be Nothing (null in C#).
See Also
Reference