2023 Method
Changes 0
M

Element.GetGeometryObjectFromReference

Description:
Retrieve one geometric primitive contained in the element given a reference.
Remarks:
It will return the last geometric object in the path. .a null reference (Nothing in Visual Basic) will be returned if related geometric object could not be found in the model.
public GeometryObject GetGeometryObjectFromReference(
	Reference reference
)
Return Value GeometryObject The geometric object referenced by the input reference.