SetProfileXNumberOfLoadingPoints Method (DeviceQIA128)
In This Topic
Sets the number of loading points for the specified profile.
Syntax
'Declaration
Public Sub SetProfileXNumberOfLoadingPoints( _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim instance As DeviceQIA128
Dim profileNumber As Integer
Dim numberOfLoadingPoints As Integer
instance.SetProfileXNumberOfLoadingPoints(profileNumber, numberOfLoadingPoints)
public void SetProfileXNumberOfLoadingPoints(
int ,
int
)
Parameters
- profileNumber
- numberOfLoadingPoints
Frameworks
| Product |
Versions |
| .NET |
net8.0 |
| .NET Framework |
net48 |
See Also