ExternalResourceReference(Guid, IDictionaryString, String, String, String) Constructor

Initializes a new instance of the ExternalResourceReference class

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ExternalResourceReference(
	Guid serverId,
	IDictionary<string, string> referenceInformation,
	string version,
	string inSessionPath
)

Parameters

serverId  Guid
 
referenceInformation  IDictionaryString, String
 
version  String
 
inSessionPath  String
 
See Also