LayerD CodeDOM and Zoe Compiler interface
SetOutputPath Method (outputPath)
NamespacesLayerD.OutputModulesIEZOERenderSetOutputPath(String)

[This is preliminary documentation and is subject to change.]

Establece el Path de salida para el archivo a construir o la representación intermedia cuando se llama a "StartParseDocument" con "renderOnly" en "true". Si no se llama a esta interfaz, se utilizará el path extraido del archivo de salida, si el archivo de salida no especifica ruta se usuara la ruta actual del proceso.
Declaration Syntax
C#Visual BasicVisual C++
void SetOutputPath(
	string outputPath
)
Sub SetOutputPath ( _
	outputPath As String _
)
void SetOutputPath(
	String^ outputPath
)
Parameters
outputPath (String)

[Missing <param> documentation for "outputPath"]

Assembly: lib_zoe_cginterface (Module: lib_zoe_cginterface) Version: 1.0.3410.22811 (1.0.0.0)