Constructor SmartPoint3D
SmartPoint3D(SmartPoint3DType, Point3D?, ElementId, ItemLabel)
Initializes a new instance of the SmartPoint3D class.
Declaration
public SmartPoint3D(SmartPoint3DType inType, Point3D? inGeometry, ElementId inElementId, ItemLabel inItemLabel)
Parameters
| Type | Name | Description |
|---|---|---|
| SmartPoint3DType | inType | Type of smart point. |
| Point3D? | inGeometry | Geometry, or null if unknown. |
| ElementId | inElementId | Identifier of providing element, or Empty if none. |
| ItemLabel | inItemLabel | Label of providing element item, or Empty if none. |
SmartPoint3D(Point3D)
Initializes a new instance of the SmartPoint3D class of type Basic.
Declaration
public SmartPoint3D(Point3D inGeometry)
Parameters
| Type | Name | Description |
|---|---|---|
| Point3D | inGeometry | Geometry. |
SmartPoint3D(ElementId)
Initializes a new instance of the SmartPoint3D class of type Element.
Declaration
public SmartPoint3D(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of providing element. |
SmartPoint3D(ElementId, ItemLabel)
Initializes a new instance of the SmartPoint3D class of type Item.
Declaration
public SmartPoint3D(ElementId inElementId, ItemLabel inItemLabel)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of providing element. |
| ItemLabel | inItemLabel | Label of providing element item. |