2027 Method
Changes 0
M

Document.MakeTransientElements

Description:
This method encapsulates the process of creating transient elements in the document.
Remarks:
The method establishes a context within which transient elements will be created and then invokes the given maker object to create the elements. For more information refer to the IsTransient method.
public void MakeTransientElements(
	ITransientElementMaker maker
)