Gets or sets the function parameters.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Parameters As Integer() |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As IccParametricCurve
Dim value() As Integer
instance.Parameters = value
value = instance.Parameters
|
C# | |
---|
public int[] Parameters {get; set;} |
C++/CLI | |
---|
public:
property array<int>^ Parameters {
array<int>^ get();
void set (intarray<value>^ value);
} |
Return Value
Array that contains one or more parameters.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also