AttributeRelationshipCollection.GetNewName(String) Method

Definition

Gets a name for a new AttributeRelationship element to be added to the AttributeRelationshipCollection.

public string GetNewName (string namePrefix);
member this.GetNewName : string -> string
Public Function GetNewName (namePrefix As String) As String

Parameters

namePrefix
String

A String with the prefix of the name.

Returns

A unique name that can be used for a new element in the collection.

Applies to