AnalyticalElement Class


Base class for a structural analytical elements. AnalyticalElement represents the analytical portion of a given Structural Element.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2023

Syntax

C#
public class AnalyticalElement : Element
Visual Basic
Public Class AnalyticalElement _
	Inherits Element
Visual C++
public ref class AnalyticalElement : public Element

Inheritance Hierarchy

See Also