InfoConnect for Airlines VBA Guide
GetViewByInstanceId Function
The instance id of the View to match
Gets the view that matches the instance ID.
Syntax
object.GetViewByInstanceId( _
   ByVal instanceId As System.Guid _
) As _View

Parameters

instanceId
The instance id of the View to match

Return Value

The View that matches the specified instance id, or null if no View matches the instance id
See Also