SetProfileXOffsetOutputRange Method (DeviceQIA124)
In This Topic
Sets offset output range for profile.
Syntax
'Declaration
Public Sub SetProfileXOffsetOutputRange( _
ByVal As Integer, _
ByVal As String _
)
'Usage
Dim instance As DeviceQIA124
Dim profileNumber As Integer
Dim offsetRange As String
instance.SetProfileXOffsetOutputRange(profileNumber, offsetRange)
public void SetProfileXOffsetOutputRange(
int ,
string
)
Parameters
- profileNumber
- offsetRange
Frameworks
| Product |
Versions |
| .NET |
net8.0 |
| .NET Framework |
net48 |
See Also