Constructor SmartShape
SmartShape(SmartShapeType, ElementId)
Initializes a new instance of the SmartShape class.
Declaration
public SmartShape(SmartShapeType inType, ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| SmartShapeType | inType | Type of smart shape. |
| ElementId | inElementId | Identifier of providing element, or Empty if none. |
SmartShape(ElementId)
Initializes a new instance of the SmartShape class of type Element.
Declaration
public SmartShape(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of providing element. |