This document is archived and information here might be outdated.  Recommended version.


IARConfiguration.Load Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARConfiguration Interface > IARConfiguration.Load Method
ArcGIS Developer Help

IARConfiguration.Load Method

Loads each configuration setting from the specified file into the control.

[Visual Basic .NET]
Public Sub Load ( _
    ByVal sFilename As String _
)
[C#]
public void Load (
    string sFilename
);

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Loads the specified ARConfiguration binary file into the ArcReaderControl, causing the TemplateFile property to update. If no file extension is specified the file will automatically be given the ArcReader Template extension (*.art).

Errors Returned

2000 800A07D0: Template file not found 

See Also

IARConfiguration Interface