Constructor SmartSection3D
SmartSection3D(SmartSection3DType, ElementId, ItemLabel)
Initializes a new instance of the SmartSection3D class.
Declaration
public SmartSection3D(SmartSection3DType inType, ElementId inElementId, ItemLabel inItemLabel)
Parameters
| Type | Name | Description |
|---|---|---|
| SmartSection3DType | 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. |
SmartSection3D(ElementId)
Initializes a new instance of the SmartSection3D class of type Element.
Declaration
public SmartSection3D(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of providing element. |
SmartSection3D(ElementId, ItemLabel)
Initializes a new instance of the SmartSection3D class of type Item.
Declaration
public SmartSection3D(ElementId inElementId, ItemLabel inItemLabel)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of providing element. |
| ItemLabel | inItemLabel | Label of providing element item. |