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


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

ISpatialReferenceDialog3.DoModalEdit3 Method

Displays/edits the properties of the given spatial reference.

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

Product Availability

Available with ArcGIS Desktop.

See Also

ISpatialReferenceDialog3 Interface