ExternalResourceReference(Guid, IDictionaryString, String, String, String) Constructor |
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic ExternalResourceReference(
Guid serverId,
IDictionary<string, string> referenceInformation,
string version,
string inSessionPath
)
Public Sub New (
serverId As Guid,
referenceInformation As IDictionary(Of String, String),
version As String,
inSessionPath As String
)
public:
ExternalResourceReference(
Guid serverId,
IDictionary<String^, String^>^ referenceInformation,
String^ version,
String^ inSessionPath
)
new :
serverId : Guid *
referenceInformation : IDictionary<string, string> *
version : string *
inSessionPath : string -> ExternalResourceReference
Parameters
- serverId Guid
-
- referenceInformation IDictionaryString, String
-
- version String
-
- inSessionPath String
-
See Also