LayerD CodeDOM and Zoe Compiler interface
XplParameter Constructor (n_number, n_direction, n_params, n_donotrender)
NamespacesLayerD.CodeDOMXplParameterXplParameter(UInt32, XplParameterdirection_enum, Boolean, Boolean)

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

Initializes a new instance of the XplParameter class.
Declaration Syntax
C#Visual BasicVisual C++
public XplParameter(
	uint n_number,
	XplParameterdirection_enum n_direction,
	bool n_params,
	bool n_donotrender
)
Public Sub New ( _
	n_number As UInteger, _
	n_direction As XplParameterdirection_enum, _
	n_params As Boolean, _
	n_donotrender As Boolean _
)
public:
XplParameter(
	unsigned int n_number, 
	XplParameterdirection_enum n_direction, 
	bool n_params, 
	bool n_donotrender
)
Parameters
n_number (UInt32)

[Missing <param> documentation for "n_number"]

n_direction (XplParameterdirection_enum)

[Missing <param> documentation for "n_direction"]

n_params (Boolean)

[Missing <param> documentation for "n_params"]

n_donotrender (Boolean)

[Missing <param> documentation for "n_donotrender"]

Assembly: lib_layerd_xpl_codedom_net (Module: lib_layerd_xpl_codedom_net) Version: 1.0.3410.22810 (1.0.0.0)