[This is preliminary documentation and is subject to change.]
Initializes a new instance of the XplParameter class.

C# | Visual Basic | Visual C++ |
public XplParameter( uint n_number, XplParameterdirection_enum n_direction, bool n_params, bool n_donotrender, XplType n_type )
Public Sub New ( _ n_number As UInteger, _ n_direction As XplParameterdirection_enum, _ n_params As Boolean, _ n_donotrender As Boolean, _ n_type As XplType _ )
public: XplParameter( unsigned int n_number, XplParameterdirection_enum n_direction, bool n_params, bool n_donotrender, XplType^ n_type )

- 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"]
- n_type (XplType)
[Missing <param> documentation for "n_type"]