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


IGpDispatch.CreateUniqueName Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpDispatch Interface > IGpDispatch.CreateUniqueName Method
ArcGIS Developer Help

IGpDispatch.CreateUniqueName Method

Creates a unique name for the given workspace.

[Visual Basic .NET]
Public Function CreateUniqueName ( _
    ByVal inputTableName As String, _
    [ByRef Workspace As Object] _
) As String
[C#]
public string CreateUniqueName (
    string inputTableName,
    ref object Workspace
);
[C++]
HRESULT CreateUniqueName(
  BSTR inputTableName,
  Variant* Workspace
);
[C++]
Parameters
inputTableName [in]

inputTableName is a parameter of type BSTR Workspace [in, optional]
Workspace is a parameter of type VARIANT*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGpDispatch Interface