Write-only
About Templates

OpenTemplateView Method

Description

Opens the template view.

VB Syntax

Doc.OpenTemplateView(templateViewName)

Variable

(Type) - Description

Doc

(object) - A PLTSDocument object

templateViewName

(string) Template view name (case sensitive).

Return Type

Not Applicable

Default

None

Examples

Dim viewName As String = "MyDataView (4p)"

Dim viewobj As object = Nothing

doc.OpenTemplateView(viewName, viewobj)

See an example program.

C++ Syntax

HRESULT OpenTemplateView(BSTR templateViewName, IDispatch** ppView);

Interface

IPLTSDocument