ArcObjects Library Reference (CatalogUI)  

ISpatialReferenceDialog3.DoModalCreate3 Method

Prompts the user to define a new spatial reference.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

This method is not implemented.

See Also

ISpatialReferenceDialog3 Interface