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