SetProfileXOffsetOutputRange Method (DeviceIAA105)
In This Topic
Sets the offset output range for the specified profile.
Syntax
'Declaration
Public Sub SetProfileXOffsetOutputRange( _
ByVal As Integer, _
ByVal As String _
)
'Usage
Dim instance As DeviceIAA105
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