Autodesk Vault ProfessionalVault API

SetInventorProjectFileLocation Method

Autodesk.Connectivity.WebServicesDocumentService

Sets 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

VaultOptionsSet

Syntax

public void SetInventorProjectFileLocation(
   System.string location
)
Public Sub SetInventorProjectFileLocation( _
   ByVal location As System.String _
) 

Parameters

NameDescription
locationThe Vault location of the Inventor project file.

See Also