| Revit Preview Release 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: 19.0.0.0 (19.0.0.405)
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); } |