2021 Class
Changes 6
C

AnalyticalModelSupport

Description:
Represents one support for an Element, in the realm of the Analytical Model.
Remarks:
Analytical Support has been defined as if and how an Element is supported, by looking at the Analytical Models of Elements. There are different priorities of support, and different types of support. Additionally, even though an Element has supports, it may not be fully supported.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Structure.AnalyticalModelSupport
public class AnalyticalModelSupport : IDisposable
Name Return Type Description
M Dispose() None Releases all resources used by the
M GetCurve() Curve Retrieves the curve providing support.
M GetFace() Face Retrieves surface providing support,
M GetPoint() XYZ Retrieves the point providing support.
M GetPriority() AnalyticalSupportPriority Retrieves the priority of the support provided.
M GetSupportingElement() ElementId Retrieves the actual Element Id providing support.
M GetSupportType() AnalyticalSupportType Gets the type of support provided.
Name Return Type Description
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.