StructuralSectionConcretePolygonSides Property |
Number of sides of the polygon contour.
Namespace: Autodesk.Revit.DB.Structure.StructuralSectionsAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic int Sides { get; set; }Public Property Sides As Integer
Get
Set
public:
property int Sides {
int get ();
void set (int value);
}member Sides : int with get, set
Property Value
Int32
See Also