All Cadcorp SIS API Methods

PlacePrintTemplateEx Method

Description

Places a Print Template in the current SIS Workspace Definition (SWD), filling it with the specified named composition.

Syntax

Visual Basic
Public Function PlacePrintTemplateEx( _
   ByVal name As String, _
   ByVal ptemplate As String, _
   ByVal a As Double, _
   ByVal s As Double _
) As Integer

Parameters

name
The name of the composition.
 
ptemplate
The name of a Print Template object stored in a previously loaded Named Object Library.
 
a
The angle, in radians, of the placed Print Template.
 
s
The scale of the placed Print Template.
 

Remarks

Available: GEO

Group:

Example

sis.PlacePrintTemplateEx ("Template1", "A4 Portrait", 0.7583, 1250)