StructuralSection.Perimeter Property

StructuralSectionPerimeter Property

Painting surface of the unit length.

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

Property Value

Double
See Also