Returns unique name in the workspace.
[Visual Basic .NET] Public Sub CheckDatasetName ( _ ByVal Name As String, _ ByVal pQueryDescription As IQueryDescription, _ ByRef pNewName As String _ )
[C#] public void CheckDatasetName ( string Name, IQueryDescription pQueryDescription, ref string pNewName );
[C++]
HRESULT CheckDatasetName(
BSTR Name,
IQueryDescription* pQueryDescription,
BSTR* pNewName
);
[C++]Parameters
Name [in] Name is a parameter of type BSTR pQueryDescription [in]pQueryDescription is a parameter of type IQueryDescription
pNewName [out] pNewName is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.