This document is archived and information here might be outdated. Recommended version. |
The file name of the configuration file loaded into the control. An empty string is returned is the control is using default configuration settings.
[Visual Basic .NET]
Public ReadOnly Property TemplateFile As String
[C#]
public string TemplateFile {get;}
Returns the filename of the current ARConfiguration file used by the ArcReaderControl. If the TemplateFile returns an empty string (""), the ArcReaderControl is using the default configuration sttings.
The Load and SetDefaults methods cause the TemplateFile property to change.