2027 Method
Changes 0
M

Document.GetElement

Description:
Gets the Element referenced by the input ElementId.
Remarks:
null will be returned if the input ElementId doesn't reference to a valid Element.
Overloads (3):
GetElement(ElementId)
public Element GetElement(
	ElementId id
)
  • id
    The ElementId, whose referenced Element will be retrieved from the model.
Return Value Element The element referenced by the input argument.