Autodesk Vault ProfessionalVault API

SetEnforceInventorProjectFile Method

Autodesk.Connectivity.WebServicesDocumentService

Sets the "Enforce Inventor Project File" property.

Required Permissions

VaultOptionsSet

Syntax

public void SetEnforceInventorProjectFile(
   System.bool enforce
)
Public Sub SetEnforceInventorProjectFile( _
   ByVal enforce As System.Boolean _
) 

Parameters

NameDescription
enforceIf true, than the clients should enforce a specific Inventor project file. Call SetInventorProjectFileLocation to set the Inventor project file location.

See Also