StructuralSection.TorsionalMomentOfInertia Property

StructuralSectionTorsionalMomentOfInertia Property

Torsional Moment of inertia (J, IT, K), for calculation of torsional deformation

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

Property Value

Double
See Also