Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.21
|
public int[] Factor {get; set;}
'Declaration
Public Property Factor As Integer()
'Usage
Dim instance As AddWeightedCommand Dim value() As Integer instance.Factor = value value = instance.Factor
public int[] Factor {get; set;}
@property (nonatomic, assign, nullable) const unsigned int *factor
public int[] getFactor() public void setFactor(int[] value)
<br/>get_Factor();<br/>set_Factor(value);<br/>Object.defineProperty('Factor');
public: property array<int>^ Factor { array<int>^ get(); void set ( array<int>^ value); }