IAlignmentManager.SendAlignmentAnchors Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Submit all accumulated alignment anchors.
public void SendAlignmentAnchors ();
abstract member SendAlignmentAnchors : unit -> unit
Public Sub SendAlignmentAnchors ()
Remarks
All anchors previously submitted via SendAlignmentAnchors() will be cleared and replaced by the current set. SendAlignmentAnchors() submits the current set of anchors, but they will have no effect until the next Refreeze() is successfully performed.