Share

Application.SharedParametersFilename Property

Contains the fully qualified path to a shared parameters file.


Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public string SharedParametersFilename { get; set; }

Property Value

String

Remarks

This path can be read and set via this property. By default Autodesk Revit does not have a shared parameters file so this property must be set before access is made to the shared parameters file object otherwise an exception will be thrown.

See Also

Reference

Was this information helpful?