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


IAddressUI2.ReadOnlyRuntimeOptions Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > LocationUI > ESRI.ArcGIS.LocationUI > Interfaces > IA > IAddressUI2 Interface > IAddressUI2.ReadOnlyRuntimeOptions Method
ArcGIS Developer Help

IAddressUI2.ReadOnlyRuntimeOptions Method

Opens the Geocoding Options dialog in read-only mode.

[Visual Basic .NET]
Public Sub ReadOnlyRuntimeOptions ( _
    ByVal parentWindow As Integer, _
    ByVal Locator As ILocator, _
    ByVal title As String _
)
[C#]
public void ReadOnlyRuntimeOptions (
    int parentWindow,
    ILocator Locator,
    string title
);

Product Availability

Available with ArcGIS Desktop.

See Also

IAddressUI2 Interface