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

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next