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


IAGSObjectAdminDialog.DoModalCreateServerObject Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IA > IAGSObjectAdminDialog Interface > IAGSObjectAdminDialog.DoModalCreateServerObject Method
ArcGIS Developer Help

IAGSObjectAdminDialog.DoModalCreateServerObject Method

Displays the dialog to create a new server object.

[Visual Basic .NET]
Public Function DoModalCreateServerObject ( _
    ByVal hParent As Integer, _
    ByVal pServerConnName As IAGSServerConnectionName _
) As IAGSObjectCreationProperties
[C#]
public IAGSObjectCreationProperties DoModalCreateServerObject (
    int hParent,
    IAGSServerConnectionName pServerConnName
);

Product Availability

Available with ArcGIS Desktop.

See Also

IAGSObjectAdminDialog Interface