Write a remap file

Namespace: Contracts.TDProject
Assembly: Contracts (in Contracts.dll)

Public Shared Sub WriteRemapFile( _ 
ByVal model_remap As Dictionary(Of String, String), _ 
ByVal tin_remap As Dictionary(Of String, String), _ 
ByVal file As String
)
This language is not supported or no code example is available.
public static void WriteRemapFile( 
Dictionary<string, string> model_remap
Dictionary<string, string> tin_remap
string file 
)
This language is not supported or no code example is available.
public:  
static void WriteRemapFile( 
Dictionary<String^, String^>^ model_remap
Dictionary<String^, String^>^ tin_remap
String^ file 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

model_remap
Type: Dictionary<string, string>

tin_remap
Type: Dictionary<string, string>

file
Type: string

<default>

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1