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


IAddressUI2.ReadOnlyRuntimeOptions Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (LocationUI)  

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