Click or drag to resize

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

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