StructuralSection.SectionArea Property

StructuralSectionSectionArea Property

Cross section area.

Namespace: Autodesk.Revit.DB.Structure.StructuralSections
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double SectionArea { get; set; }
Public Property SectionArea As Double
	Get
	Set
public:
property double SectionArea {
	double get ();
	void set (double value);
}
member SectionArea : float with get, set

Property Value

Double
See Also