<Code Lib>
2023 Method
Changes 3
M

AnalyticalNodeData.GetAnalyticalNodeData

Description:
Returns AnalyticalNodeData associated with this element, if it exists.
Remarks:
If the input element doesn't have AnalyticalNodeData than it retuns .a null reference (Nothing in Visual Basic). The input element should be a ReferencePoint.

public static AnalyticalNodeData GetAnalyticalNodeData(
	Element element
)

Return Value AnalyticalNodeData

Loading…