ABB.Swum.Nodes.PhraseNode.SetLocation C# (CSharp) Method

SetLocation() public method

Sets the program location of the node.
public SetLocation ( Location location ) : void
location Location The location of the node.
return void
        public void SetLocation(Location location) {
            this.Location = location;
        }