Agent.EmitterDescription.Write C# (CSharp) Method

Write() public method

public Write ( GH_IO writer ) : bool
writer GH_IO
return bool
    public bool Write(GH_IO.Serialization.GH_IWriter writer)
    {
      throw new NotImplementedException();
    }
  }