SetEnforceInventorProjectFile Method
Sets the "Enforce Inventor Project File" property.
Required Permissions
VaultOptionsSetSyntax
public void SetEnforceInventorProjectFile(
System.bool enforce
)Public Sub SetEnforceInventorProjectFile( _
ByVal enforce As System.Boolean _
) Parameters
| Name | Description |
|---|---|
| enforce | If true, than the clients should enforce a specific Inventor project file. Call SetInventorProjectFileLocation to set the Inventor project file location. |