ACMSettings in Revit.ini

In the Revit.ini file, settings in the [ACMSettings] section correspond to the ArchVision Content Manager Location settings on the Rendering tab of the Options dialog.

ACMLocalExecutableLocation

Deprecated. This setting is no longer valid.

ACMNetworkAddress

Corresponds to the Network Address setting on the Rendering tab of the Options dialog. This setting applies only when ACMOnNetwork=1.

Type = string

Valid value: 127.0.0.1

ACMNetworkPort

Corresponds to the Network Port setting on the Rendering tab of the Options dialog. This setting applies only when ACMOnNetwork=1.

Type = integer

Valid value: 14931

ACMOnNetwork

Corresponds to the toggle for Network or Local settings on the Rendering tab of the Options dialog.

Type = integer

Valid value: 1 = network. (0 is no longer supported.)

Examples

[ACMSettings]
ACMOnNetwork=1
ACMNetworkAddress="127.0.0.1"
ACMNetworkPort=14931