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.
ACMNetworkAddress
Corresponds to the Network Address setting on the Rendering tab of the Options dialog. This setting applies only when ACMOnNetwork=1.
Type = string
ACMNetworkPort
Corresponds to the Network Port setting on the Rendering tab of the Options dialog. This setting applies only when ACMOnNetwork=1.
Type = integer
ACMOnNetwork
Corresponds to the toggle for Network or Local settings on the Rendering tab of the Options dialog.
Type = integer
Valid values: 1 = network, 0 = local
Examples
[ACMSettings] ACMOnNetwork=1 ACMNetworkAddress="127.0.0.1" ACMNetworkPort=14931