Gets a 'Communication' entry.
Communication (ASBIE). An association to Other Communication.
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
ICommunication GetOtherCommunication(
int index
) |
| Visual Basic |
|---|
Function GetOtherCommunication (
index As Integer
) As ICommunication |
| Visual C++ |
|---|
ICommunication^ GetOtherCommunication(
int index
) |
| F# |
|---|
abstract GetOtherCommunication :
index : int -> ICommunication
|
Return Value
Type:
ICommunicationThe indexed
ICommunication object.
See Also