2027 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. null will be returned if related geometric object could not be found in the model.
public GeometryObject GetGeometryObjectFromReference(
	Reference reference
)
  • reference
    The geometric object referenced by this instance will be retrieved from the model.
Return Value GeometryObject The geometric object referenced by the input reference.