SetProfileXNumberOfLoadingPoints Method (DeviceQIA123)
In This Topic
Set number of loading point for profile.
Syntax
'Declaration
Public Sub SetProfileXNumberOfLoadingPoints( _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim instance As DeviceQIA123
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