This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdModel Interface > IMdModel.CreateUniqueElementName Method (ArcObjects .NET 10.4 SDK) |
Generates a new unique name that may be used for adding a new model element to the model.
[Visual Basic .NET] Public Function CreateUniqueElementName ( _ ByVal Name As String _ ) As String
[C#] public string CreateUniqueElementName ( string Name );
[C++]
HRESULT CreateUniqueElementName(
BSTR Name,
BSTR* pName
);
[C++]
Parameters Name [in] Name is a parameter of type BSTR pName [out, retval] pName is a parameter of type BSTR