Share

ILowLevelSupport.Application Property

Gets the Inventor Application object.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.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

Was this information helpful?