PlacePrintTemplate Method
Description
Places a Print Template in the current SWD filling it with the previously composed window created by the Compose method.
Syntax
Visual Basic |
---|
Public Function PlacePrintTemplate( _ ByVal ptemplate As String, _ ByVal a As Double, _ ByVal s As Double _ ) As Integer |
Parameters
- 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 D OD OM OV SISpy
Group:
Example
sis.PlacePrintTemplate ("A4 Portrait", 0.7583, 1250)