Replaces variables in the property set with the variables value.
            
Namespace: CodeSmith.Engine.SchemaAssembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
| C# | 
|---|
public static CodeSmithProject ReplaceVariables( CodeSmithProject csp )  | 
| Visual Basic | 
|---|
Public Shared Function ReplaceVariables ( csp As CodeSmithProject ) As CodeSmithProject  | 
Parameters
- csp
 - Type: CodeSmith.Engine.Schema..::..CodeSmithProject
The original project. 
Return Value
Type: CodeSmithProjectA new instance of CodeSmithProject.