Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e4f4a5533d | |||
| 259b6a59f1 | |||
| a4a2655a2a | |||
| 9dd6397b01 |
@@ -191,7 +191,8 @@ internal sealed class RevitParametersBinding : IParametersBinding
|
||||
{
|
||||
rawPath = rawPath[11..];
|
||||
}
|
||||
else if (rawPath.StartsWith("parameters.", StringComparison.InvariantCultureIgnoreCase))
|
||||
|
||||
if (rawPath.StartsWith("parameters.", StringComparison.InvariantCultureIgnoreCase))
|
||||
{
|
||||
rawPath = rawPath[11..];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user