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

C# | Visual Basic | Visual C++ |
public XplParameter( string n_name, uint n_number, XplParameterdirection_enum n_direction, bool n_params, bool n_donotrender, string n_doc, string n_helpURL, string n_ldsrc, bool n_iny, string n_inydata, string n_inyby, string n_lddata, XplType n_type )
Public Sub New ( _ n_name As String, _ n_number As UInteger, _ n_direction As XplParameterdirection_enum, _ n_params As Boolean, _ n_donotrender As Boolean, _ n_doc As String, _ n_helpURL As String, _ n_ldsrc As String, _ n_iny As Boolean, _ n_inydata As String, _ n_inyby As String, _ n_lddata As String, _ n_type As XplType _ )

- n_name (String)
[Missing <param> documentation for "n_name"]
- 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_doc (String)
[Missing <param> documentation for "n_doc"]
- n_helpURL (String)
[Missing <param> documentation for "n_helpURL"]
- n_ldsrc (String)
[Missing <param> documentation for "n_ldsrc"]
- n_iny (Boolean)
[Missing <param> documentation for "n_iny"]
- n_inydata (String)
[Missing <param> documentation for "n_inydata"]
- n_inyby (String)
[Missing <param> documentation for "n_inyby"]
- n_lddata (String)
[Missing <param> documentation for "n_lddata"]
- n_type (XplType)
[Missing <param> documentation for "n_type"]