Constructor SmartPattern2D
SmartPattern2D(SmartPattern2DType, ElementId, ItemLabel)
Initializes a new instance of the SmartPattern3D class.
Declaration
public SmartPattern2D(SmartPattern2DType inType, ElementId inElementId, ItemLabel inItemLabel)
Parameters
| Type | Name | Description |
|---|---|---|
| SmartPattern2DType | inType | Type of smart section. |
| ElementId | inElementId | Identifier of providing element, or Empty if none. |
| ItemLabel | inItemLabel | Label of providing element item, or Empty if none. |
SmartPattern2D(ElementId)
Initializes a new instance of the SmartPattern3D class of type Element.
Declaration
public SmartPattern2D(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of providing element. |
SmartPattern2D(ElementId, ItemLabel)
Initializes a new instance of the SmartPattern3D class of type Item.
Declaration
public SmartPattern2D(ElementId inElementId, ItemLabel inItemLabel)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of providing element. |
| ItemLabel | inItemLabel | Label of providing element item. |