Table of Contents

Method SetAnchor

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.Native.dll

SetAnchor(string, string)

Sets an anchor to a node.

public bool SetAnchor(string anchorName, string nodeName)

Parameters

anchorName string

The anchor name.

nodeName string

The node name.

Returns

bool

true if the operation was executed successfully; otherwise, false.

Remarks

Wrapper of MaaFramework.Binding.Interop.Native.MaaContext.MaaContextSetAnchor(System.IntPtr,System.String,System.String).