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

SetLocation() public method

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