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


IARConfiguration.SetDefaults 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.SetDefaults Method
ArcGIS Developer Help

IARConfiguration.SetDefaults Method

Set each control configuration setting to its default value.

[Visual Basic .NET]
Public Sub SetDefaults ( _
)
[C#]
public void SetDefaults (
);

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Sets all the ARConfiguration settings used by the ArcReaderControl to their default values, causing the TemplateFile property to be reset to an empty string.

See Also

IARConfiguration Interface