Returns the Channel name for a given index.
Namespace: Boonton.Boonton55xxx.Interop
Assembly: Boonton.Boonton55xxx.Interop (in Boonton.Boonton55xxx.Interop.dll)
Visual Basic
|
Public ReadOnly Property Name( _
ByVal Index As Integer _
) As String
|
C#
|
public string get_Name(
int Index
)
|
Visual C++
|
HRESULT get_Name(
long Index,
BSTR* val
);
|
Parameters
Index
One based index into the collection of Channels.
Property Value
Returns the Channel name for a given index.
Requirements
Supported Models
All supported
See Also
Reference
IBoonton55xxxChannels Interface
Boonton.Boonton55xxx.Interop Namespace

Copyright 2013-16 Boonton. All rights reserved.
|