Method Create

Create(IConstructionPoint?, ISupportAttributeSet?)

Creates a new instance of SupportParams class

Declaration
public static SupportParams Create(IConstructionPoint? point, ISupportAttributeSet? attributeSet)
Parameters
Type Name Description
IConstructionPoint point

The IConstructionPoint

ISupportAttributeSet attributeSet

The ISupportAttributeSet

Returns
Type Description
SupportParams

The newly created instance of SupportParams class

Create(int, ISupportAttributeSet?)

Creates a new instance of SupportParams class

Declaration
public static SupportParams Create(int pointIndex, ISupportAttributeSet? attributeSet)
Parameters
Type Name Description
int pointIndex

The construction point index"/>

ISupportAttributeSet attributeSet

The ISupportAttributeSet

Returns
Type Description
SupportParams

The newly created instance of SupportParams 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