Skip to content

Commit

Permalink
deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Mar 5, 2024
1 parent c4a6d4f commit 1435a3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion APSToolkit/Database/PropDbReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ public Property[] EnumerateProperties(int id)
}


public int GetDBIndexExternalId(string externalId)
public int GetDbIndexExternalId(string externalId)
{
int index = -1;
for (int i = 0; i < ids.Length; i++)
Expand Down
1 change: 1 addition & 0 deletions APSToolkit/Database/PropDbReaderRevit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,7 @@ public void GetChildren(ref DataTable dataTable, int[] child, List<string> param
/// <returns>
/// An array of public properties excluding internal categories and reserved names.
/// </returns>
[Obsolete("This method is deprecated, because it is slow and not efficient. Please use GetAllProperties(id) instead.")]
public Property[] GetAllPublicProperties()
{
Property[] properties = GetAllProperties()
Expand Down

0 comments on commit 1435a3b

Please sign in to comment.