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