<Code Lib>
2022 Method
Changes 6
M

AnalyticalModel.GetAnalyticalModelSupports

Description:
Retrieves the AnalyticalModelSupport array, which is useful to extract Analytical Support Information from Elements.
Remarks:
If an Element is not supported by anything, the array returned should be empty.

public IList<AnalyticalModelSupport> GetAnalyticalModelSupports()

IList<AnalyticalModelSupport> Array of AnalyticalModelSupport objects, each one representing a support.

Loading…