<Code Lib>
2025 Method
Changes 0
M

Document.GetElement(Reference)

Description:
Gets the Element referenced by the input reference.
Remarks:
null will be returned if the input reference doesn't reference to a valid Element.
Overloads (3):
GetElement(Reference)

public Element GetElement(
	Reference reference
)

  • reference
    The reference, whose referenced Element will be retrieved from the model.
Return Value Element The element referenced by the input argument.

Loading…