Method Create
Create()
Creates a new instance of LoadcaseParams class
Declaration
public static LoadcaseParams Create()
Returns
| Type | Description |
|---|---|
| LoadcaseParams | The newly created instance of LoadcaseParams class |
Create(ILoadcaseAttributeSet?, int?)
Creates a new instance of LoadcaseParams class
Declaration
public static LoadcaseParams Create(ILoadcaseAttributeSet? attributeSet, int? referenceIndex = null)
Parameters
| Type | Name | Description |
|---|---|---|
| ILoadcaseAttributeSet | attributeSet | The attribute set |
| int? | referenceIndex | The reference index to set to the new loadcase (if null, it will be automatically generated) |
Returns
| Type | Description |
|---|---|
| LoadcaseParams | The newly created instance of LoadcaseParams class |