Document.GetObjectById

Document.GetObjectById method

Gets a object with specified ID in the document.

public object GetObjectById(string id)
ParameterTypeDescription
idStringThe object id.

Return Value

The object with specified id. Null if the id is not found.

See Also