ABB.Swum.Nodes.PhraseNode.SetLocation C# (CSharp) 메소드

SetLocation() 공개 메소드

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