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 | |
| ISupportAttributeSet | attributeSet |
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 |
Returns
| Type | Description |
|---|---|
| SupportParams | The newly created instance of SupportParams class |