Skip to content

Commit fd9f31d

Browse files
committed
[Documentation] Add GetBuiltInParameterGroupTypeId usage example to Readme and update Changelog.
1 parent 7f59971 commit fd9f31d

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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()`

Readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1355,6 +1355,12 @@ var isValid = specTypeId.IsValidUnit(unitTypeId);
13551355
var 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

0 commit comments

Comments
 (0)