GH_UndoUtil.CreateLayoutEvent Method

GH_UndoUtilCreateLayoutEvent Method

Overload List
  NameDescription
Public methodCreateLayoutEvent(String, IGH_DocumentObject)
Create a new undo record for a single object layout change. This function must be called before the layout is changed.
Public methodCreateLayoutEvent(String, IEnumerableIGH_DocumentObject)
Create a new undo record for a bunch of object layout changes. This function must be called before the layouts are changed.
Top
See Also