ILowLevelSupportApplication Property |
Gets the Inventor Application object.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax ReadOnly Property Application As Application
Get
Application Application { get; }
Return Value
Type:
ApplicationRemarks 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