ArcObjects Library Reference (PublisherControls)  

IARConfiguration.TemplateFile Property

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;}

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

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.

Remarks

The Load and SetDefaults methods cause the TemplateFile property to change.

See Also

IARConfiguration Interface