Retrieves a cross section from the model definition that matches the specified cross section name. If no cross section exists with the specified name, will return null. The string comparison is not case specific.
Number | Name | Object Type | Description | Optional |
---|---|---|---|---|
1 | Name | System.String | The name of the cross section to retrieve. | No |
Number | Name | Object Type | Description |
---|---|---|---|
1 | XS | DesignCrossSection | The design cross section matching the input name. |