2027 Method
Changes 0
M

Document.GetElement

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