Autodesk Vault ProfessionalVault API

GetEnforceInventorProjectFile Method

Autodesk.Connectivity.WebServicesDocumentService

Gets the "Enforce Inventor Project File" property.

Required Permissions

VaultOptionsGet

Syntax

public System.bool GetEnforceInventorProjectFile()
Public Function GetEnforceInventorProjectFile() As System.Boolean

Return Value

If true, than the clients should enforce a specific Inventor project file. Call GetInventorProjectFileLocation to retrieve the Inventor project file location.

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