Portal.

SetViewType(Portal.ViewType) Method

Summary

Set the view type to be used when this portal is set as a destination.
Namespace
ASL.PortalSystem
Containing Type
Portal

Syntax

public void SetViewType(Portal.ViewType viewType)

Remarks

When set as hybrid or physical, the preferred device name is used to connect a webcam. If it isn't found the first device that is found will be used. If no devices are found it will default to virtual.

Parameters

Name Type Description
viewType Portal.ViewType The view type to be set.

Return Value

Type Description
void