This document is archived and information here might be outdated. Recommended version. |
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
);
[C++] Parameters Name [in]
Name is a parameter of type BSTR