DBDictionarySetName Method

Changes the name (key) of the specified entry in this Dictionary object.

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public void SetName(
        string oldName,
        string newName
)

Parameters

oldName  String
[in] Name of entry to change.
newName  String
[in] New name for the entry.
See Also

©  Bricsys NV. All rights reserved.