File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -231,6 +231,7 @@ This update focuses on improved API design through C# 14 extension methods synta
231231- ` typeId.GetValidUnits() `
232232- ` typeId.GetTypeCatalogStringForSpec() `
233233- ` typeId.GetTypeCatalogStringForUnit() `
234+ - ` typeId.GetBuiltInParameterGroupTypeId() `
234235- ` typeId.DownloadCompanyName(Document) `
235236- ` typeId.DownloadCompanyName(Document, string) `
236237- ` typeId.DownloadParameterOptions() `
Original file line number Diff line number Diff line change @@ -1355,6 +1355,12 @@ var isValid = specTypeId.IsValidUnit(unitTypeId);
13551355var builtInParameter = forgeId .GetBuiltInParameter ();
13561356```
13571357
1358+ ** GetBuiltInParameterGroupTypeId** gets the parameter group identifier corresponding to the given built-in parameter identifier.
1359+
1360+ ``` csharp
1361+ var builtInParameterGroup = forgeId .GetBuiltInParameterGroupTypeId ();
1362+ ```
1363+
13581364** GetAllBuiltInParameters** gets the identifiers of all built-in parameters.
13591365
13601366``` csharp
You can’t perform that action at this time.
0 commit comments