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


ISpatialReferenceDialog.DoModalEdit Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IS > ISpatialReferenceDialog Interface > ISpatialReferenceDialog.DoModalEdit Method
ArcGIS Developer Help

ISpatialReferenceDialog.DoModalEdit Method

Displays/edits the properties of the given spatial reference.

[Visual Basic .NET]
Public Function DoModalEdit ( _
    ByVal inputSpatialReference As ISpatialReference, _
    ByVal hasXY As Boolean, _
    ByVal hasZ As Boolean, _
    ByVal hasM As Boolean, _
    ByVal coordPageReadOnly As Boolean, _
    ByVal domainPageReadOnly As Boolean, _
    ByVal hParent As Integer _
) As ISpatialReference
[C#]
public ISpatialReference DoModalEdit (
    ISpatialReference inputSpatialReference,
    bool hasXY,
    bool hasZ,
    bool hasM,
    bool coordPageReadOnly,
    bool domainPageReadOnly,
    int hParent
);

Product Availability

Available with ArcGIS Desktop.

Remarks

If the coordPageReadOnly parameter is True, the user cannot edit the coordinate system information. Set the hasXY, hasZ, or hasM parameters to True if you wish to display or edit the domain and precision (resolution) values. If the domainPageReadOnly parameter is True, you cannot edit the domain and precision (resolution) values.

See Also

ISpatialReferenceDialog Interface