| Revit 2020.1 API |
| SlabEdge..::..SlabEdgeType Property |
| SlabEdge Class See Also |
Retrieves/set an object that represents the type of the SlabEdge.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Syntax
| C# |
|---|
public SlabEdgeType SlabEdgeType { get; set; } |
| Visual Basic |
|---|
Public Property SlabEdgeType As SlabEdgeType Get Set |
| Visual C++ |
|---|
public: property SlabEdgeType^ SlabEdgeType { SlabEdgeType^ get (); void set (SlabEdgeType^ value); } |