SlabShapeVertexType Enumeration
An enumerated type listing all Vertex types of Slab Shape Edit.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)

Syntax

C#
public enum SlabShapeVertexType
Visual Basic
Public Enumeration SlabShapeVertexType
Visual C++
public enum class SlabShapeVertexType

Members

Member nameDescription
InvalidThe type of Vertex is Invalid.
CornerThe type of Vertex is Corner.
EdgeThe type of Vertex is Edge.
InteriorThe type of Vertex is Interior.

See Also