ArcObjects Library Reference (PublisherControls)  

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