SlabShapeEditor.DrawPoint
Method
Description:
Adds a point to the corresponding slab, roof or floor.
Adds a point to the corresponding slab, roof or floor.
Remarks:
If the input location is not on the top face of the slab, this function will return null. Drawing a point on boundary crease may increase the number of creases. This method will regenerate the document even in manual regeneration mode.
If the input location is not on the top face of the slab, this function will return null. Drawing a point on boundary crease may increase the number of creases. This method will regenerate the document even in manual regeneration mode.
Syntax
[ObsoleteAttribute("This method is deprecated in Revit 2025 and may be removed in a future version of Revit. Use "AddPoint" instead. ")]
public SlabShapeVertex DrawPoint(
XYZ location
)
Parameters
Parameter | Type | Description |
---|---|---|
location | XYZ | The location of the point. |
Return Value
Type | Description |
---|---|
SlabShapeVertex | The newly created vertex. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when the location is. |