This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IA > IAGSObjectAdminDialog Interface > IAGSObjectAdminDialog.DoModalCreateServerObject Method (ArcObjects .NET 10.5 SDK) |
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 );