Skip to content
Peter Girard edited this page Apr 29, 2017 · 2 revisions

The GPVPrintTemplate table defines the overall page characteristics of printable maps.

Columns

  • TemplateID - The unique identifier for this template (not null).
  • SequenceNo - A number specifying the display order of this template (not null).
  • TemplateTitle - The name of this template on the interface (not null).
  • PageWidth - The width of the printable map page for this template in inches (not null).
  • PageHeight - The height of the printable map page for this template in inches (not null).
  • AlwaysAvailable - Specifies whether this template is always available for printing, regardless of the application, 1 for yes and 0 for no. If null, defaults to 1 (yes).
  • Active - Specifies whether this template should be available for use, 1 for yes and 0 for no. If null, defaults to 0 (no).

Deactivation

Deactivating a template automatically deactivates all content associated with it.

Clone this wiki locally