Class MarkerManager : doesTemplateExist Method


Boolean doesTemplateExist( type Int or String )

Summary

Determine if the template name or id exists


Parameters

ParameterDescription
type Int or String Can either be a String "name" of the template type, or an Int "ID".


Returns


Returns True if the template exists, false if not.


Examples

if( !app.getMarkerManager().doesTemplateExist( 6 ) )
{
// Add our template!
}


Requirements

Build 1062