Share

ILowLevelSupport.InventorServer Property

Gets the Inventor Server object. This provides a subset of the functionality of the Application object. On web service or other Inventor Server deployments, the Application object is not available. This object must be used instead.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0

Syntax

VB

ReadOnly Property InventorServer As InventorServerObject
	Get

C#

InventorServerObject InventorServer { get; }

Property Value

Type: InventorServerObject

See Also

Reference

Was this information helpful?