Autodesk Vault ProfessionalVault API

GetInventorProjectFileLocation Method

Autodesk.Connectivity.WebServicesDocumentService

Gets the Vault location of the Inventor project file to use. This setting is only valid if the Enforce Inventor Project File setting is true.

Required Permissions

VaultOptionsGet

Syntax

public System.string GetInventorProjectFileLocation()
Public Function GetInventorProjectFileLocation() As System.String

Return Value

The Vault location of the Inventor project file.

Remarks

The server does not enforce an Inventor project file. It is up to the clients to insure that the project file is used.

See Also